id
stringlengths
53
86
api_name
stringlengths
2
76
api_description
stringlengths
1
500
api_score
float64
0
10
endpoint_name
stringlengths
1
190
endpoint_description
stringlengths
0
500
response_status_code
int64
100
505
response_summary
stringlengths
1
68
response_json
stringlengths
6
50k
response_json_schema
stringlengths
14
150k
ee96d38b-2513-4726-ab83-ee3576bb7f77/dd84b650-8bcc-4497-aaa6-eae1f49fb1ed/1/0
Glyph DLP
Glyph DLP is a data loss prevention API that can be used to scan or redact sensitive data from documents. Send Glyph a Base64-encoded document via our secure REST API and we will scan or redact any sensitive information.
null
scan_api_v1_scan_post
Scan a file
400
null
{"status": 400, "message": "Invalid parameters: only 'content' parameter is allowed"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "string"}}, "required": ["message", "status"]}
ee96d38b-2513-4726-ab83-ee3576bb7f77/dd84b650-8bcc-4497-aaa6-eae1f49fb1ed/2/0
Glyph DLP
Glyph DLP is a data loss prevention API that can be used to scan or redact sensitive data from documents. Send Glyph a Base64-encoded document via our secure REST API and we will scan or redact any sensitive information.
null
scan_api_v1_scan_post
Scan a file
500
null
{"status": 500, "message": "Error returning scan: <Exception>"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "string"}}, "required": ["message", "status"]}
ee96d38b-2513-4726-ab83-ee3576bb7f77/dd84b650-8bcc-4497-aaa6-eae1f49fb1ed/3/0
Glyph DLP
Glyph DLP is a data loss prevention API that can be used to scan or redact sensitive data from documents. Send Glyph a Base64-encoded document via our secure REST API and we will scan or redact any sensitive information.
null
scan_api_v1_scan_post
Scan a file
200
null
{"status": 200, "message": "Success", "content_type": "text/plain", "findings": [{"email_address": "example@example.org"}]}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "string"}, "content_type": {"type": "string"}, "findings": {"type": "array", "items": {"type": "object", "properties": {"email_address": {"type": "string"}}, "required": ["email_address"]}}}...
ee96d38b-2513-4726-ab83-ee3576bb7f77/dd84b650-8bcc-4497-aaa6-eae1f49fb1ed/4/0
Glyph DLP
Glyph DLP is a data loss prevention API that can be used to scan or redact sensitive data from documents. Send Glyph a Base64-encoded document via our secure REST API and we will scan or redact any sensitive information.
null
scan_api_v1_scan_post
Scan a file
403
null
{"status": 403, "message": "Invalid API key"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "string"}}, "required": ["message", "status"]}
ee96d38b-2513-4726-ab83-ee3576bb7f77/a12c06bb-aba0-4ccd-87dc-ad14cba3b89d/0/0
Glyph DLP
Glyph DLP is a data loss prevention API that can be used to scan or redact sensitive data from documents. Send Glyph a Base64-encoded document via our secure REST API and we will scan or redact any sensitive information.
null
redact_api_v1_redact_post
Redact from a file
200
null
{"status": 200, "message": "Success", "content_type": "text/plain", "redacted": "[REDACTED]"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "string"}, "content_type": {"type": "string"}, "redacted": {"type": "string"}}, "required": ["content_type", "message", "redacted", "status"]}
ee96d38b-2513-4726-ab83-ee3576bb7f77/a12c06bb-aba0-4ccd-87dc-ad14cba3b89d/1/0
Glyph DLP
Glyph DLP is a data loss prevention API that can be used to scan or redact sensitive data from documents. Send Glyph a Base64-encoded document via our secure REST API and we will scan or redact any sensitive information.
null
redact_api_v1_redact_post
Redact from a file
403
null
{"status": 403, "message": "Invalid API key"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "string"}}, "required": ["message", "status"]}
ee96d38b-2513-4726-ab83-ee3576bb7f77/a12c06bb-aba0-4ccd-87dc-ad14cba3b89d/2/0
Glyph DLP
Glyph DLP is a data loss prevention API that can be used to scan or redact sensitive data from documents. Send Glyph a Base64-encoded document via our secure REST API and we will scan or redact any sensitive information.
null
redact_api_v1_redact_post
Redact from a file
500
null
{"status": 500, "message": "Error returning redaction: <Exception>"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "string"}}, "required": ["message", "status"]}
ee96d38b-2513-4726-ab83-ee3576bb7f77/a12c06bb-aba0-4ccd-87dc-ad14cba3b89d/3/0
Glyph DLP
Glyph DLP is a data loss prevention API that can be used to scan or redact sensitive data from documents. Send Glyph a Base64-encoded document via our secure REST API and we will scan or redact any sensitive information.
null
redact_api_v1_redact_post
Redact from a file
400
null
{"status": 400, "message": "Invalid parameters: only 'content' parameter is allowed"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "string"}}, "required": ["message", "status"]}
ee96d38b-2513-4726-ab83-ee3576bb7f77/a12c06bb-aba0-4ccd-87dc-ad14cba3b89d/4/0
Glyph DLP
Glyph DLP is a data loss prevention API that can be used to scan or redact sensitive data from documents. Send Glyph a Base64-encoded document via our secure REST API and we will scan or redact any sensitive information.
null
redact_api_v1_redact_post
Redact from a file
429
null
{"status": 429, "message": "Rate limit exceeded"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "string"}}, "required": ["message", "status"]}
ee96d38b-2513-4726-ab83-ee3576bb7f77/a954fa08-eb78-4422-bb52-8bca46e922f4/0/0
Glyph DLP
Glyph DLP is a data loss prevention API that can be used to scan or redact sensitive data from documents. Send Glyph a Base64-encoded document via our secure REST API and we will scan or redact any sensitive information.
null
detection_types_api_v1_detections_get
List supported detections
500
null
{"status": 500, "message": "Error returning supported detections: <Exception>"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "string"}}, "required": ["message", "status"]}
ee96d38b-2513-4726-ab83-ee3576bb7f77/a954fa08-eb78-4422-bb52-8bca46e922f4/1/0
Glyph DLP
Glyph DLP is a data loss prevention API that can be used to scan or redact sensitive data from documents. Send Glyph a Base64-encoded document via our secure REST API and we will scan or redact any sensitive information.
null
detection_types_api_v1_detections_get
List supported detections
200
null
{"status": 200, "message": "Success", "supported_detections": ["ssn", "credit_card", "account_number", "routing_number", "tax_id", "email_address", "date_of_birth", "medical_record_number", "id_or_passport", "health_insurance", "medicare_number"]}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "string"}, "supported_detections": {"type": "array", "items": {"type": "string"}}}, "required": ["message", "status", "supported_detections"]}
ee96d38b-2513-4726-ab83-ee3576bb7f77/a954fa08-eb78-4422-bb52-8bca46e922f4/2/0
Glyph DLP
Glyph DLP is a data loss prevention API that can be used to scan or redact sensitive data from documents. Send Glyph a Base64-encoded document via our secure REST API and we will scan or redact any sensitive information.
null
detection_types_api_v1_detections_get
List supported detections
403
null
{"status": 403, "message": "Invalid API key"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "string"}}, "required": ["message", "status"]}
345239fb-8cb1-4472-802e-f89248e72172/8024ad13-72e5-4659-ae3a-d0e97df2ab30/0/0
Quantum Ready Check
Check if a website is using quantum-safe key exchange.
null
checkQuantum
This endpoint checks if the supplied URL is using quantum-safe key encapsulation mechanisms. For more information, visit our website at https://freenetworkmonitor.click.
200
Example_1
{"message": "", "success": true, "data": {"setupQuantumMonitor": "", "quantumKeyExchange": "", "testedUrl": "", "resultSuccess": true, "resultStatus": ""}}
{"type": "object", "properties": {"message": {"type": "string", "description": "A message describing the result of the quantum check."}, "success": {"type": "boolean", "description": "Indicates whether the quantum check was successful."}, "data": {"type": "object", "description": "Contains additional details about the ...
a27857ff-624d-422d-9a5b-16f939723036/700ad0a1-3b29-45da-89de-ec3aef1be63f/0/0
Inline Hashes API
Parse your html and find out which hashes you need to include in your CSP.
5.7
Fetch
Get all inline hashes for a given HTML document. In this endpoint, you provide the content and the hash type you need. You get a list with the hashes of all "inlines" in the document. Required request data: url - location of the page you wish to analyze alg - One of the following choides: "sha256", "sha384", "sha512" ...
200
Example_1
[{"directive": "script-src", "line": 67, "position": 0, "inline_hash": "sha256-5b0LEPcFqvw935AmQ9uCS1LeaBIbAZaVpOd43sbJsgI="}, {"directive": "script-src", "line": 82, "position": 0, "inline_hash": "sha256-pYERp1GFTQcj76yK8huGHJtriZpv9dsW7AdV7O+VrcQ="}, {"directive": "script-src", "line": 169, "position": 0, "inline_has...
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"directive": {"type": "string"}, "line": {"type": "integer"}, "position": {"type": "integer"}, "inline_hash": {"type": "string"}}, "required": ["directive", "inline_hash", "line", "position"]}}
a27857ff-624d-422d-9a5b-16f939723036/e09bab8d-4053-4b15-9f11-decbf3d7a90d/0/0
Inline Hashes API
Parse your html and find out which hashes you need to include in your CSP.
5.7
Extract
Get all inline hashes for a given HTML document. In this endpoint, you provide the content and the hash type you need. You get a list with the hashes of all "inlines" in the document. Required request data: content - your HTML document alg - One of the following choides: "sha256", "sha384", "sha512" Note: Currently t...
200
Example_1
[{"directive": "script-src", "line": 67, "position": 0, "inline_hash": "sha256-5b0LEPcFqvw935AmQ9uCS1LeaBIbAZaVpOd43sbJsgI="}, {"directive": "script-src", "line": 82, "position": 0, "inline_hash": "sha256-pYERp1GFTQcj76yK8huGHJtriZpv9dsW7AdV7O+VrcQ="}, {"directive": "script-src", "line": 169, "position": 0, "inline_has...
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"directive": {"type": "string"}, "line": {"type": "integer"}, "position": {"type": "integer"}, "inline_hash": {"type": "string"}}, "required": ["directive", "inline_hash", "line", "position"]}}
c83126b1-4784-45bb-a849-76ab11275e8a/48ab0989-ef2a-4b49-a83e-36f6ac353ea0/0/0
NetDetective
NetDetective is an easy-to-use API that provides information about an IP address, including, but not limited to, whether it's known for spam, brute-force attacks, bot-nets, VPN endpoints, data center endpoints, and more. With DetectiveIP, you can quickly and easily gather information about any IP address to help filter...
9.1
/query
Query information about an IP address.
200
Example_1
{"success": true, "result": {"ipAddress": "", "isVpn": true, "isDataCenter": true, "isBruteForce": true, "isSpam": true, "isBogon": true, "isProxyHttp": true, "isProxySocks": true, "isProxyWeb": true, "isProxyOther": true, "isSmtpRelay": true, "isWebVuln": true, "isNoMail": true, "isZombie": true, "isPotentialZombie": ...
{"type": "object", "properties": {"success": {"type": "boolean", "description": "Whether or not the call was successful."}, "result": {"type": "object", "properties": {"ipAddress": {"type": ["string", "null"], "description": "The IP address being queried."}, "isVpn": {"type": "boolean", "description": "The IP address i...
c83126b1-4784-45bb-a849-76ab11275e8a/48ab0989-ef2a-4b49-a83e-36f6ac353ea0/4/0
NetDetective
NetDetective is an easy-to-use API that provides information about an IP address, including, but not limited to, whether it's known for spam, brute-force attacks, bot-nets, VPN endpoints, data center endpoints, and more. With DetectiveIP, you can quickly and easily gather information about any IP address to help filter...
9.1
/query
Query information about an IP address.
400
Example_1
{"success": true, "message": ""}
{"type": "object", "properties": {"success": {"type": "boolean", "description": "Whether or not the call was successful."}, "message": {"type": ["string", "null"], "description": "An error message."}}, "additionalProperties": false}
c83126b1-4784-45bb-a849-76ab11275e8a/48ab0989-ef2a-4b49-a83e-36f6ac353ea0/5/0
NetDetective
NetDetective is an easy-to-use API that provides information about an IP address, including, but not limited to, whether it's known for spam, brute-force attacks, bot-nets, VPN endpoints, data center endpoints, and more. With DetectiveIP, you can quickly and easily gather information about any IP address to help filter...
9.1
/query
Query information about an IP address.
401
Example_1
{"success": true, "message": ""}
{"type": "object", "properties": {"success": {"type": "boolean", "description": "Whether or not the call was successful."}, "message": {"type": ["string", "null"], "description": "An error message."}}, "additionalProperties": false}
c83126b1-4784-45bb-a849-76ab11275e8a/48ab0989-ef2a-4b49-a83e-36f6ac353ea0/6/0
NetDetective
NetDetective is an easy-to-use API that provides information about an IP address, including, but not limited to, whether it's known for spam, brute-force attacks, bot-nets, VPN endpoints, data center endpoints, and more. With DetectiveIP, you can quickly and easily gather information about any IP address to help filter...
9.1
/query
Query information about an IP address.
500
Example_1
{"success": true, "message": ""}
{"type": "object", "properties": {"success": {"type": "boolean", "description": "Whether or not the call was successful."}, "message": {"type": ["string", "null"], "description": "An error message."}}, "additionalProperties": false}
10719145-d72c-44ee-9ece-ec931b55958b/1124cdc7-2101-481b-9a10-3d8df1286fa1/0/0
Artificial intelligence News API
The Artificial Intelligence News API is a web service that provides access to news articles related to the field of artificial intelligence from around the world.
7.4
Get Recent News From a Single News Source
This will return all the artificial intelligence news from a single news source.
200
Response
[{"title": "Integrating humans with AI in structural design \n", "link": "/2023/integrating-humans-ai-structural-design-0302", "source": "mitnews"}, {"title": "\n \n Artificial intelligence\n AI apps such as ChatGPT could play a role in Whitehall, says science secretary ", "li...
{"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "link": {"type": "string"}, "source": {"type": "string"}}}}
cc203824-3c6c-4423-a4d8-19514a945c41/3abc6bb2-1b3e-44ce-996d-995f6873e369/0/0
VibeVision API
It a Sentiment detector. Model is train using Very Large dataset
6.3
Get Sentiment
This endpoint when supplied with the text variable with the text can be used to find the spam mail. The response from the endpoint will be provided based on decimal values, So which number is higher the chances is also higher. So if Negative value is higher then its Positive meaning its its bad sentiment and vice versa...
200
New Example
{"text": "He is Happy"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"text": {"type": "string"}}, "required": ["text"]}
e204ace5-2d61-4faf-bc15-09381a0c1dc3/9adbdafe-a10c-492c-8e2a-837d66933f6f/0/0
Text Sentiment API
Find the sentiment of a certain text. Returns AI-calculated comparative score (from -5, very negative, to 5, very positive). Also returns positive & negative words.
null
Get Sentiment Score
Get only the score and comparative score of the selected text This endpoint returns a JSON object, including: { "score": Number, "comparativeScore": Number (-5 to 5), }
200
success
{"error": false, "result": {"score": 3, "comparativeScore": 1}}
{"error": false, "result": {}}
e204ace5-2d61-4faf-bc15-09381a0c1dc3/9adbdafe-a10c-492c-8e2a-837d66933f6f/0/1
Text Sentiment API
Find the sentiment of a certain text. Returns AI-calculated comparative score (from -5, very negative, to 5, very positive). Also returns positive & negative words.
null
Get Sentiment Score
Get only the score and comparative score of the selected text This endpoint returns a JSON object, including: { "score": Number, "comparativeScore": Number (-5 to 5), }
200
error
{"error": true, "result": "Internal Server Error"}
{"error": false, "result": {}}
e204ace5-2d61-4faf-bc15-09381a0c1dc3/0f92fdf7-1dd4-4db2-9994-2e3cd1e27fa0/0/0
Text Sentiment API
Find the sentiment of a certain text. Returns AI-calculated comparative score (from -5, very negative, to 5, very positive). Also returns positive & negative words.
null
Get Partial Sentiment Details
Get only the score, comparative score and calculation of the selected text This endpoint returns a JSON object, including: { "score": Number, "comparativeScore": Number (-5 to 5), "calculation": [ { "String (word that influences calculation)": Number (-5 to 5), ... } ...
200
success
{"error": false, "result": {"score": 3, "comparativeScore": 1, "calculation": [{"love": 3}]}}
{"error": false, "result": []}
e204ace5-2d61-4faf-bc15-09381a0c1dc3/0f92fdf7-1dd4-4db2-9994-2e3cd1e27fa0/0/1
Text Sentiment API
Find the sentiment of a certain text. Returns AI-calculated comparative score (from -5, very negative, to 5, very positive). Also returns positive & negative words.
null
Get Partial Sentiment Details
Get only the score, comparative score and calculation of the selected text This endpoint returns a JSON object, including: { "score": Number, "comparativeScore": Number (-5 to 5), "calculation": [ { "String (word that influences calculation)": Number (-5 to 5), ... } ...
200
error
{"error": true, "result": "Internal Server Error"}
{"error": false, "result": []}
b48a3323-c988-4de2-9ea6-c062621ed360/d1cec164-bed7-4333-8565-c3e94c74d872/0/0
Midjourney API
(Almost) Full midjourney generative API
7.7
/api/v2/blend
Blend 2–5 images. Images should be sent as a list of URLs.
200
New blend job
{"id": "00000000-0000-0000-0000-000000000000", "status": "NEW", "progress": 0, "result": "", "parent_id": null, "options": null, "error_message": null}
{"type": "object", "properties": {"id": {"type": "string"}, "status": {"type": "string"}, "progress": {"type": "integer"}, "result": {"type": "string"}, "parent_id": {"type": "null"}, "options": {"type": "null"}, "error_message": {"type": "null"}}}
b48a3323-c988-4de2-9ea6-c062621ed360/f26a7605-f5a1-4f27-b829-4b38bdfa8c8d/0/0
Midjourney API
(Almost) Full midjourney generative API
7.7
/api/v2/jobs/{job_id}
Get job by ID
200
New job
{"id": "61466457-aacb-411f-a0cd-ee5afb93e1e7", "status": "NEW", "progress": 0, "result": "", "parent_id": null, "options": null, "error_message": null}
{"type": "object", "properties": {"id": {"type": "string"}, "status": {"type": "string"}, "progress": {"type": "integer"}, "result": {"type": "string"}, "parent_id": {"type": "null"}, "options": {"type": "null"}, "error_message": {"type": "null"}}}
b48a3323-c988-4de2-9ea6-c062621ed360/f26a7605-f5a1-4f27-b829-4b38bdfa8c8d/1/0
Midjourney API
(Almost) Full midjourney generative API
7.7
/api/v2/jobs/{job_id}
Get job by ID
422
Response
{"Status": 422, "code": "JOB_NOT_FOUND", "description": "The job you are looking for does not exist"}
{"type": "object", "properties": {"Status": {"type": "integer"}, "code": {"type": "string"}, "description": {"type": "string"}}}
b48a3323-c988-4de2-9ea6-c062621ed360/7dc95de9-d613-4ed3-851a-ef4b30c1bb89/0/0
Midjourney API
(Almost) Full midjourney generative API
7.7
/api/v1/imagine
Generate picture from provided prompt
200
Imagine strings
{"id": "00000000-0000-0000-0000-000000000000", "status": "NEW", "progress": 0, "result": "", "parent_id": null, "options": null, "error_message": null}
{"type": "object", "properties": {"id": {"type": "string"}, "status": {"type": "string"}, "progress": {"type": "integer"}, "result": {"type": "string"}, "parent_id": {"type": "null"}, "options": {"type": "null"}, "error_message": {"type": "null"}}}
b48a3323-c988-4de2-9ea6-c062621ed360/a3e3b352-e9c1-475a-b238-669c8f61eec4/0/0
Midjourney API
(Almost) Full midjourney generative API
7.7
/api/v1/execute-option
Executes job option in midjourney
200
Execute option
{"error_message": "", "id": "0000000-0000-0000-0000-000000000000", "options": [], "parent_id": "", "progress": 0, "result": "", "status": ""}
{"type": "object", "properties": {"error_message": {"type": "string"}, "id": {"type": "string"}, "options": {"type": "array"}, "parent_id": {"type": "string"}, "progress": {"type": "integer"}, "result": {"type": "string"}, "status": {"type": "string"}}}
bcb00f41-aa87-4fcc-ae89-09638fe34d35/3c4a6ae4-2f41-4ef5-9cb0-181da9f876e5/0/0
KIRIN Vision
Unlock the power of computer vision with our comprehensive Kirin Vision API, offering a diverse range of cutting-edge AI modules for public use.
7.9
Scene Recognition
Scene Recognition enables computers to accurately identify and understand the content of images or videos, making it possible to categorize and interpret various real-world environments.
200
Success Example
{"result": {"scenes": [{"scene": "airport terminal", "environment": "indoor", "confidence": 0.46}, {"scene": "train station", "environment": "indoor", "confidence": 0.17}, {"scene": "booth", "environment": "indoor", "confidence": 0.08}, {"scene": "lobby", "environment": "indoor", "confidence": 0.08}, {"scene": "departm...
{"$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "properties": {"result": {"type": "object", "properties": {"scenes": {"type": "array", "items": [{"type": "object", "properties": {"scene": {"type": "string"}, "environment": {"type": "string"}, "confidence": {"type": "number"}}, "required": ["sce...
bcb00f41-aa87-4fcc-ae89-09638fe34d35/4d7d2f6d-7092-4597-906f-fbd4ff35e47b/0/0
KIRIN Vision
Unlock the power of computer vision with our comprehensive Kirin Vision API, offering a diverse range of cutting-edge AI modules for public use.
7.9
Optical Character Recognition
Optical Character Recognition converts scanned images or images containing text into editable and searchable digital text.
200
New Example
{"result": {"blocks": [{"bounding_box": [64, 48, 799, 175], "text": "\u0e2a\u0e27\u0e31\u0e2a\u0e14\u0e35\u0e0a\u0e32\u0e27\u0e42\u0e25\u0e01"}], "texts": "\u0e2a\u0e27\u0e31\u0e2a\u0e14\u0e35\u0e0a\u0e32\u0e27\u0e42\u0e25\u0e01"}}
{"type": "object", "properties": {"result": {"type": "object", "properties": {"blocks": {"type": "array", "items": {"type": "object", "properties": {"bounding_box": {"type": "array", "items": {"type": "integer"}}, "text": {"type": "string"}}}}, "text": {"type": "string"}}}}}
bcb00f41-aa87-4fcc-ae89-09638fe34d35/94cd2752-8611-4459-b196-d03c6c4dd33b/0/0
KIRIN Vision
Unlock the power of computer vision with our comprehensive Kirin Vision API, offering a diverse range of cutting-edge AI modules for public use.
7.9
Object Detection
Object Detection enables computers to identify and locate multiple objects within images or videos.
200
Success Example
{"result": {"blocks": [{"bounding_box": [201, 91, 267, 210], "object": "person", "confidence": 0.45}, {"bounding_box": [102, 107, 157, 173], "object": "person", "confidence": 0.42}, {"bounding_box": [200, 91, 268, 212], "object": "man", "confidence": 0.28}, {"bounding_box": [201, 100, 266, 194], "object": "clothing", "...
{"type": "object", "properties": {"result": {"type": "object", "properties": {"blocks": {"type": "array", "items": {"type": "object", "properties": {"bounding_box": {"type": "array", "items": {"type": "integer"}}, "object": {"type": "string"}, "confidence": {"type": "number"}}}}, "objects": {"type": "array", "items": {...
bcb00f41-aa87-4fcc-ae89-09638fe34d35/5996d32e-9e07-4a36-add6-6063d7aed6ee/0/0
KIRIN Vision
Unlock the power of computer vision with our comprehensive Kirin Vision API, offering a diverse range of cutting-edge AI modules for public use.
7.9
Logo Recognition
The Logo Recognition module empowers your applications with the ability to identify logos and brands within images.
200
New Example
{"result": {"blocks": [{"bounding_box": [448, 47, 557, 89], "detection_confidence": 0.94, "recognition_distance": 0.64, "logo": "3BB"}], "logos": ["3BB"]}}
{"type": "object", "properties": {"result": {"type": "object", "properties": {"blocks": {"type": "array", "items": {"type": "object", "properties": {"bounding_box": {"type": "array", "items": {"type": "integer"}}, "detection_confidence": {"type": "number"}, "recognition_distance": {"type": "number"}, "logo": {"type": "...
70c6b5ed-446e-49ea-a80e-5e0f40eb3e93/a91893a8-fdcc-44cb-8a1a-fb449281c269/0/0
MOTD
Message of the Day provided by GPT3 AI Standard "Inspirational" Message of the day Moody Message of the Day in any supported mood (Always adding more) Character MOTD with various "voice actors" (Always adding more)
null
MOTD
Get message of the Day!
200
Full
{"motd": "message", "mood": "message", "sign": true, "voice": "message"}
{"type": "object", "properties": {"motd": {"type": "string"}, "mood": {"type": "string"}, "sign": {"type": "boolean"}, "voice": {"type": "string"}}}
70c6b5ed-446e-49ea-a80e-5e0f40eb3e93/48587ad8-3aae-4f84-a16c-045876383fdd/0/0
MOTD
Message of the Day provided by GPT3 AI Standard "Inspirational" Message of the day Moody Message of the Day in any supported mood (Always adding more) Character MOTD with various "voice actors" (Always adding more)
null
MOTD Docs
Query the MOTD API for documentation
200
New Example
{"key1": "value", "key2": "value"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"key1": {"type": "string"}, "key2": {"type": "string"}}, "required": ["key1", "key2"]}
8f7b609e-5ed3-4a3c-bcc1-6108b0fc9157/9696861c-4a62-42e0-99c5-3d85da2fdc3e/0/0
AI Content Generator
Create SEO compatible content and images with AI!
null
Blog Headline SEO
Maintaining a blog is a proven way to drive traffic to your website through SEO.
200
Response
{"id": "", "object": "", "created": 0, "model": "", "choices": [], "usage": {"prompt_tokens": 0, "completion_tokens": 0, "total_tokens": 0}}
{"type": "object", "properties": {"id": {"type": "string"}, "object": {"type": "string"}, "created": {"type": "integer"}, "model": {"type": "string"}, "choices": {"type": "array"}, "usage": {"type": "object", "properties": {"prompt_tokens": {"type": "integer"}, "completion_tokens": {"type": "integer"}, "total_tokens": ...
8cb79cc4-31b2-4fcc-8d04-2fb93feb91e3/ccc0e05c-93cd-400b-bfbc-9fd3f5b9c8da/0/0
Midjourney Auto Upscale
Imagine and Upscale the prompt with only 1 API call (5 images in total). Webhook available.
0
Imagine and Upscale
This command run the imagine command and upscale the 4 images, when is ready returns the main image, and the upscaled images (5 images in total). It requries a prompt parameter and an optional webhook parameter
200
Example
{"job_id": "01ha4e53p8rwfped4qtjcsk7kx", "prompt": "dog running in the park", "webhook": "https://google.com", "image_url": null, "status": "pending", "upscales": []}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"job_id": {"type": "string"}, "prompt": {"type": "string"}, "webhook": {"type": "string"}, "image_url": {"type": "null"}, "status": {"type": "string"}, "upscales": {"type": "array"}}, "required": ["image_url", "job_id", "prompt", "status", "...
8cb79cc4-31b2-4fcc-8d04-2fb93feb91e3/f93d7289-279e-4e66-a1fc-2be19eaa3e5b/0/0
Midjourney Auto Upscale
Imagine and Upscale the prompt with only 1 API call (5 images in total). Webhook available.
0
Status
with this endpoint you can check the status for certain job, it requires the job_id.
200
New Example
{"job_id": "01ha4e53p8rwfped4qtjcsk7kx", "prompt": "dog running in the park", "webhook": "https://webhook.site/a4db1603-29f1-417b-9444-2f4e6df14250", "image_url": "https://midjourney-public.9ad8c071ea872b04efc8e75b8294bd6c.r2.cloudflarestorage.com/midjourney-public/01ha4e53p8rwfped4qtjcsk7kx.png?X-Amz-Content-Sha256=UN...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"job_id": {"type": "string"}, "prompt": {"type": "string"}, "webhook": {"type": "string"}, "image_url": {"type": "string"}, "status": {"type": "string"}, "upscales": {"type": "array", "items": {"type": "object", "properties": {"job_id": {"ty...
8cb79cc4-31b2-4fcc-8d04-2fb93feb91e3/4183c2a6-1216-497a-b7c1-aa454217c39a/0/0
Midjourney Auto Upscale
Imagine and Upscale the prompt with only 1 API call (5 images in total). Webhook available.
0
Upscale
Run the upscale command in Midjourney to upscale images from generated with the imagine command. Send a variant parameter containing the number to base the image on. The API returns a job_id that can be used to check status on the status endpoint. Optionally, provide a webhook parameter to be notified via webhook when ...
200
Success
{"job_id": "01ha4e57gqg2xr73fvyexmdvkc", "parent_job_id": "01ha4d9kgsk8nh54vmx9xe8djm", "prompt": "green garden", "webhook": "https://google.com", "variation": 4, "job_type": "upscale", "status": "pending"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"job_id": {"type": "string"}, "parent_job_id": {"type": "string"}, "prompt": {"type": "string"}, "webhook": {"type": "string"}, "variation": {"type": "integer"}, "job_type": {"type": "string"}, "status": {"type": "string"}}, "required": ["jo...
8cb79cc4-31b2-4fcc-8d04-2fb93feb91e3/4183c2a6-1216-497a-b7c1-aa454217c39a/0/1
Midjourney Auto Upscale
Imagine and Upscale the prompt with only 1 API call (5 images in total). Webhook available.
0
Upscale
Run the upscale command in Midjourney to upscale images from generated with the imagine command. Send a variant parameter containing the number to base the image on. The API returns a job_id that can be used to check status on the status endpoint. Optionally, provide a webhook parameter to be notified via webhook when ...
200
Completed
{"job_id": "01ha4eb79cpdy4kn3dft6d0qtf", "parent_job_id": "01ha4e53p8rwfped4qtjcsk7kx", "prompt": "green garden", "webhook": null, "variation": 1, "image_url": "https://midjourney-public.9ad8c071ea872b04efc8e75b8294bd6c.r2.cloudflarestorage.com/midjourney-public/01ha4eb79cpdy4kn3dft6d0qtf.png?X-Amz-Content-Sha256=UNSIG...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"job_id": {"type": "string"}, "parent_job_id": {"type": "string"}, "prompt": {"type": "string"}, "webhook": {"type": "null"}, "variation": {"type": "integer"}, "image_url": {"type": "string"}, "job_type": {"type": "string"}, "status": {"type...
8cb79cc4-31b2-4fcc-8d04-2fb93feb91e3/4183c2a6-1216-497a-b7c1-aa454217c39a/1/0
Midjourney Auto Upscale
Imagine and Upscale the prompt with only 1 API call (5 images in total). Webhook available.
0
Upscale
Run the upscale command in Midjourney to upscale images from generated with the imagine command. Send a variant parameter containing the number to base the image on. The API returns a job_id that can be used to check status on the status endpoint. Optionally, provide a webhook parameter to be notified via webhook when ...
422
Response
{"message": "The prompt field is required.", "errors": {"prompt": ["The prompt field is required."]}}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"message": {"type": "string"}, "errors": {"type": "object", "properties": {"prompt": {"type": "array", "items": {"type": "string"}}}, "required": ["prompt"]}}, "required": ["errors", "message"]}
5ea0f993-2ac4-459f-928d-c7d8a35e3490/2a086309-e567-442a-a9d3-fde961c26488/0/0
Spam Detector and Filter
Identify and filter spam content in various forms, such as emails, comments, messages, or user-generated content. With this API, you can easily integrate spam detection and filtering capabilities into your applications, platforms, or services, enabling you to protect your users and systems from unwanted and potentially...
0.1
Detect Spam
Detect Spam from given text, email, and or IP address
200
Success
{"status": "ok", "error": null, "data": {"isSpam": true, "isDisposableEmail": false, "isIPBlacklisted": false, "isCompanyEmail": false, "isFreeEmail": false, "isValidEmail": false, "emailDetails": {"isConnecting": false, "isValid": false, "isMxValid": false, "isSmtpValid": false}, "ipDetails": {"range": [2058663936, 20...
{"type": "object", "properties": {"status": {"type": "string"}, "error": {"type": "null"}, "data": {"type": "object", "properties": {"isSpam": {"type": "boolean"}, "isDisposableEmail": {"type": "boolean"}, "isIPBlacklisted": {"type": "boolean"}, "isCompanyEmail": {"type": "boolean"}, "isFreeEmail": {"type": "boolean"},...
039d0354-3e55-4c92-a90c-fa41e9d4d3d1/1a93778f-210e-4ae9-a96f-fafa70a3cd1b/0/0
JSONExtract Pro
Effortlessly extract custom tokens from text and convert them to JSON with this AI-powered data extraction tool.
null
/extract
This endpoint seamlessly processes incoming text alongside an array of specified entities, extracting their data, and efficiently returns the results in JSON format for seamless integration into your applications. Checkout API Docs 👇
201
Example: real-estate advertisement parsing
{"company_name": "Lorem Ipsumers Real Estate", "houses": [{"location": "Heart of the Big Apple", "price": 350000, "currency": "USD", "proposal_type": "sale"}, {"location": "Downtown Core", "price": 3500, "currency": "USD", "proposal_type": "rent"}]}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"company_name": {"type": "string"}, "houses": {"type": "array", "items": {"type": "object", "properties": {"location": {"type": "string"}, "price": {"type": "integer"}, "currency": {"type": "string"}, "proposal_type": {"type": "string"}}, "r...
264477c4-f525-4500-8d3c-3ff12d9b04ac/1165f6d8-e1ab-4e94-bf6e-432288880f28/0/0
AI Package
WIP AI Chat | Image
null
Chat
Chat with GPT Models (Sometime GPT4 have some issue) Look models available | return Json
200
New Example
{"key1": "value", "key2": "value"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"key1": {"type": "string"}, "key2": {"type": "string"}}, "required": ["key1", "key2"]}
66a397e7-9333-43a7-b62f-63c700d883bb/c5e5f65b-864f-447d-970d-fd6ec54f2985/0/0
Speechy
Speech to text in 20+ languages, support files up to 1 hours long. Convert audio or video to text. Voice to text.
null
Convert Video/Audio To Text [FASTER]
Convert any audio or video file to text. It uses a lighter model, so it is faster. Use this when: - audio is crisp - you want faster responses
200
New Example
{"status": 200, "message": "OK", "text": "<TRANSCRIPT>"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "string"}, "text": {"type": "string"}}, "required": ["message", "status", "text"]}
297404c2-bbfb-4ad2-ad8e-2ef5c9bf9ee8/82a21c0c-f63c-4b63-9321-0ae60c10c50b/0/0
NLP Services
In this api we provide APIs like Paraphrasing, Text Summarizer, POS Tagger, Keywords Extractor, Translation, Sentiment Analysis, Headline Generator, Language Detection and further will added over the time...
null
Headline/Title Generator
Crafting engaging and attention-grabbing headlines is an art. Our headline generator uses AI to create captivating headlines that effectively convey the essence of the content, attracting readers and increasing click-through rates. Limitations: * Text length cannot be more then 5000 characters long for a single payload...
200
Success
{"data": ["Unleash the Power of Product Descriptions: Compelling Reasons to Buy", "Persuasive Product Descriptions: Convince Customers with Benefits", "The Art of Selling: How Great Product Descriptions Drive Sales"], "isSuccess": true, "message": "success"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"data": {"type": "array", "items": {"type": "string"}}, "isSuccess": {"type": "boolean"}, "message": {"type": "string"}}, "required": ["data", "isSuccess", "message"]}
297404c2-bbfb-4ad2-ad8e-2ef5c9bf9ee8/d7baec25-32c0-4459-9420-8f76326eef87/0/0
NLP Services
In this api we provide APIs like Paraphrasing, Text Summarizer, POS Tagger, Keywords Extractor, Translation, Sentiment Analysis, Headline Generator, Language Detection and further will added over the time...
null
Sentiment Analysis
By analyzing the sentiment expressed in a piece of text, our API can determine whether the sentiment is positive, negative, or neutral. This is valuable for brand monitoring, customer feedback analysis, and understanding public opinion. Limitations: * Text length cannot be more then 1000 characters long for a single pa...
200
Success
{"data": {"neg": 0, "neu": 0.181, "pos": 0.819, "compound": 0.6369, "sentiment": "positive"}, "isSuccess": true, "message": "success"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"data": {"type": "object", "properties": {"neg": {"type": "integer"}, "neu": {"type": "number"}, "pos": {"type": "number"}, "compound": {"type": "number"}, "sentiment": {"type": "string"}}, "required": ["compound", "neg", "neu", "pos", "sent...
297404c2-bbfb-4ad2-ad8e-2ef5c9bf9ee8/430c1606-0028-4b3e-858b-407f18626c61/0/0
NLP Services
In this api we provide APIs like Paraphrasing, Text Summarizer, POS Tagger, Keywords Extractor, Translation, Sentiment Analysis, Headline Generator, Language Detection and further will added over the time...
null
POS Tagger
The POS Tagger identifies the grammatical parts of speech in a sentence, helping in language analysis, syntax parsing, and linguistic studies. Limitations: * Text length cannot be more then 250 characters long for a single payload.
200
Success
{"data": [{"word": "The", "lemma": "the", "pos": "DT", "posFullName": "Determiner", "index": 1}, {"word": "POS", "lemma": "POS", "pos": "NNP", "posFullName": "Proper noun", "index": 2}, {"word": "Tagger", "lemma": "tagger", "pos": "NN", "posFullName": "Noun", "index": 3}, {"word": "identifies", "lemma": "identify", "po...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"word": {"type": "string"}, "lemma": {"type": "string"}, "pos": {"type": "string"}, "posFullName": {"type": "string"}, "index": {"type": "integer"}}, "required": ["index", ...
297404c2-bbfb-4ad2-ad8e-2ef5c9bf9ee8/8d37fd46-7696-4b87-b655-8e349ea3f2a9/0/0
NLP Services
In this api we provide APIs like Paraphrasing, Text Summarizer, POS Tagger, Keywords Extractor, Translation, Sentiment Analysis, Headline Generator, Language Detection and further will added over the time...
null
Keywords Extractor
Extracting keywords from text can be crucial for content categorization, search engine optimization (SEO), and topic analysis. Our API can automatically extract relevant keywords from text, making it easier to categorize and organize content. Limitations: * Text length cannot be more then 5000 characters long for a sin...
200
Success
{"data": ["content categorization", "search engine optimization", "topic analysis", "API", "automatically extract"], "isSuccess": true, "message": "success"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"data": {"type": "array", "items": {"type": "string"}}, "isSuccess": {"type": "boolean"}, "message": {"type": "string"}}, "required": ["data", "isSuccess", "message"]}
7c524f1f-3dce-4f21-8d6c-9df8913cb723/40754277-e2b0-4b4c-b398-e3399efc4312/1/0
AI Image Generator
Our AI art and image generator API service empowers developers and designers to unlock their creativity by harnessing the power of artificial intelligence. With our cutting-edge technology, you can seamlessly integrate our API into your applications or platforms, enabling you to effortlessly generate stunning and uniqu...
9.1
Generate AI Art/Image
This endpoint gets a prompt as input and returns a list of images generated by AI.
422
Example_1
{"detail": [{"loc": [], "msg": "", "type": ""}]}
{"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "inte...
4ae115ad-2ce5-40e4-a814-e9951b203547/b11bef39-76af-4c60-a4d0-3c166ed30d7f/0/0
MessengerX.io
Create your own AI Character using Prompt Engineering
8.7
Search AI Library
Search all publicly available AI characters
200
Successful Response
[{"name": "jeanie", "display_name": "Jeanie", "description": "I am your virtual girlfriend, Wanna chat?", "image_url": "https://media.istockphoto.com/vectors/cartoon-retro-genie-girl-vector-id585150938?k=20&m=585150938&s=612x612&w=0&h=0GxfiPx3dfsSsAr9VL_4ZibgZJerEsPhMAdBxmZHjEY=", "featured": false, "status": 1}]
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "display_name": {"type": "string"}, "description": {"type": "string"}, "image_url": {"type": "string"}, "featured": {"type": "boolean"}, "status": {"type": "integer"}}}}
95af05b8-8cf8-4fa3-a425-7c61d110d747/f251b30b-f2d0-44b3-a43d-59c2c12fb7d0/0/0
MidJourney API
Experience Imaging Excellence: Midjourney API - Unleashing Power, Ensuring Stability, Embracing Affordability 🔥📸
8.6
imagine
The /imagine command allows you to generate an image using a prompt
200
New Example
{"taskId": "d38d9d09-051b-40ac-8048-1eb2b106d2cb", "success": true}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"taskId": {"type": "string"}, "success": {"type": "boolean"}}, "required": ["success", "taskId"]}
95af05b8-8cf8-4fa3-a425-7c61d110d747/644c2b0f-f8d8-488c-a33b-784d52be2e36/0/0
MidJourney API
Experience Imaging Excellence: Midjourney API - Unleashing Power, Ensuring Stability, Embracing Affordability 🔥📸
8.6
get job by taskId
fetch result of job by taskId, and the taskId will expired after 24 hours taskId (required,string)
200
imagine Example
{"success": true, "command": "imagine", "taskId": "d38d9d09-051b-40ac-8048-1eb2b106d2cb", "progress": 100, "imageId": "1149660531674853416", "imageUrl": "https://cdn.discordapp.com/attachments/1148913132786425908/1149660530869555221/johnsmith22620_Flying_car_b818dd34-f1ec-414c-a5af-02ab02dca337.png"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"success": {"type": "boolean"}, "command": {"type": "string"}, "taskId": {"type": "string"}, "progress": {"type": "integer"}, "imageId": {"type": "string"}, "imageUrl": {"type": "string"}}, "required": ["command", "imageId", "imageUrl", "pro...
95af05b8-8cf8-4fa3-a425-7c61d110d747/644c2b0f-f8d8-488c-a33b-784d52be2e36/0/1
MidJourney API
Experience Imaging Excellence: Midjourney API - Unleashing Power, Ensuring Stability, Embracing Affordability 🔥📸
8.6
get job by taskId
fetch result of job by taskId, and the taskId will expired after 24 hours taskId (required,string)
200
Describe Example
{"success": true, "command": "describe", "taskId": "fdf4049d-011c-4ae4-ae6d-e213b2867643", "description": ["1\ufe0f\u20e3 a painting of a woman with an elegant appearance, in the style of [noah bradley](https://goo.gl/search?artist%20noah%20bradley), [kerem beyit](https://goo.gl/search?artist%20kerem%20beyit), sun-kiss...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"success": {"type": "boolean"}, "command": {"type": "string"}, "taskId": {"type": "string"}, "description": {"type": "array", "items": {"type": "string"}}}, "required": ["command", "description", "success", "taskId"]}
95af05b8-8cf8-4fa3-a425-7c61d110d747/644c2b0f-f8d8-488c-a33b-784d52be2e36/1/0
MidJourney API
Experience Imaging Excellence: Midjourney API - Unleashing Power, Ensuring Stability, Embracing Affordability 🔥📸
8.6
get job by taskId
fetch result of job by taskId, and the taskId will expired after 24 hours taskId (required,string)
500
New Example
{"success": false, "error": "No task found for this taskId: 0d441482-f5ea-4dff-8a4a-d3ff104b65f5"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"success": {"type": "boolean"}, "error": {"type": "string"}}, "required": ["error", "success"]}
47efa1c3-c46a-4d84-8504-f1ffa1f0cf12/26af968b-de06-4805-8b29-ace74f9228b0/0/0
Face Mask Detection
PresentID face mask detection API can detect that the person wears a mask or not.
null
Send image with image URL
Send Data via Base64 or an image Url or an image file Image size should not exceed 8 MB Also, the images should not be larger than 5000 pixels and smaller than 50 pixels
200
Response
{"statusCode": 200, "statusMessage": "OK", "hasError": false, "data": [{"x0": 200, "x1": 412, "y0": 118, "y1": 388, "masked": 1}]}
{"type": "object", "properties": {"statusCode": {"type": "integer"}, "statusMessage": {"type": "string"}, "hasError": {"type": "boolean"}, "data": {"type": "array", "items": {"type": "object", "properties": {"x0": {"type": "integer"}, "x1": {"type": "integer"}, "y0": {"type": "integer"}, "y1": {"type": "integer"}, "mas...
47efa1c3-c46a-4d84-8504-f1ffa1f0cf12/8bd5737c-56cb-4be0-902f-b17ff562c8dc/0/0
Face Mask Detection
PresentID face mask detection API can detect that the person wears a mask or not.
null
Sending image with image file
Send Data via Base64 or an image Url or an image file Image size should not exceed 8 MB Also, the images should not be larger than 5000 pixels and smaller than 50 pixels
200
Response
{"data": [{"masked": 1, "x0": 263, "x1": 528, "y0": 83, "y1": 442}], "hasError": false, "statusCode": 200, "statusMessage": "OK"}
{"properties": {"data": {"items": {"properties": {"masked": {"type": "integer"}, "x0": {"type": "integer"}, "x1": {"type": "integer"}, "y0": {"type": "integer"}, "y1": {"type": "integer"}}, "type": "object"}, "type": "array"}, "hasError": {"type": "boolean"}, "statusCode": {"type": "integer"}, "statusMessage": {"type":...
47efa1c3-c46a-4d84-8504-f1ffa1f0cf12/ecf83830-7e0c-4140-9b3a-e519a4285365/0/0
Face Mask Detection
PresentID face mask detection API can detect that the person wears a mask or not.
null
Send image with Base64
Send Data via Base64 or an image Url or an image file Image size should not exceed 8 MB Also, the images should not be larger than 5000 pixels and smaller than 50 pixels
200
Response
{"data": [{"masked": 0, "x0": 44, "x1": 148, "y0": 61, "y1": 208}], "hasError": false, "statusCode": 200, "statusMessage": "OK"}
{"properties": {"data": {"items": {"properties": {"masked": {"type": "integer"}, "x0": {"type": "integer"}, "x1": {"type": "integer"}, "y0": {"type": "integer"}, "y1": {"type": "integer"}}, "type": "object"}, "type": "array"}, "hasError": {"type": "boolean"}, "statusCode": {"type": "integer"}, "statusMessage": {"type":...
7effe03c-b402-4301-9732-16de34eb32dc/3a33fc3f-a892-4eaf-bc0f-2357a6964195/1/0
ContentAI.net - Text Generation
Very cheap! Text generation using artificial intelligence language models. Texts available in 103 different categories. API with very low response time for rapid content generation. Text Generator.
8.5
blog-articles
Blog Articles
200
Success
{"suggestedTitle": "Examining the Spread of Infectious Diseases in Haiti", "text": "Haiti is facing a severe outbreak of the spread of diseases across the country. The country is experiencing several health crises, including one of the most recent this year. In the first outbreak, the virus spread quickly throughout th...
{"type": "object", "properties": {"suggestedTitle": {"type": "string"}, "text": {"type": "string"}}}
be68b36c-b33e-4782-b0a4-a8a61c556141/4366a28d-6ce7-4e53-8aa9-82d993f694c5/0/0
ChatGPT - OpenAI
ChatGPT - OpenAI API for Chat competition with ChatGPT OpenAI is an AI research and deployment company. Our mission is to ensure that artificial general intelligence benefits all of humanity. This API contains the following.
8.5
Chat
Chat models take a series of messages as input, and return a model-generated message as output. Although the chat format is designed to make multi-turn conversations easy
200
New Example
{"role": "assistant", "content": "I'm an AI language model designed to assist and engage in conversation with humans using natural language processing algorithms. My purpose is to assist users in finding information, fulfilling certain tasks, or simply having a conversation. I'm constantly learning and improving my abi...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"role": {"type": "string"}, "content": {"type": "string"}}, "required": ["content", "role"]}
48d8e2da-4510-446a-90a3-ee2e7ff5fc1b/1e93464a-2088-4788-9187-59c70bb03739/0/0
Diffusion Search Engine
The Stable Diffusion prompt search engine one of the more popular AI art models makes Stable Diffusion prompting a bit less of a dark art and more of a science.
null
Search
Search for an image
200
Sample Response
{"success": true, "message": "success", "results": {"images": [{"id": "045a748b-108b-44cc-a319-1a6e565d98a3", "gallery": "https://lexica.art?q=045a748b-108b-44cc-a319-1a6e565d98a3", "src": "https://lexica-serve-encoded-images.sharif.workers.dev/md/045a748b-108b-44cc-a319-1a6e565d98a3", "srcSmall": "https://lexica-serve...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"success": {"type": "boolean"}, "message": {"type": "string"}, "results": {"type": "object", "properties": {"images": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "gallery": {"type": "string"}, "src"...
48d8e2da-4510-446a-90a3-ee2e7ff5fc1b/81f9df8e-27ac-44d0-bfbb-3d2237f0d5ec/0/0
Diffusion Search Engine
The Stable Diffusion prompt search engine one of the more popular AI art models makes Stable Diffusion prompting a bit less of a dark art and more of a science.
null
Server Status
Check Server Status
200
Response
{"success": true, "message": "success", "results": null}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"success": {"type": "boolean"}, "message": {"type": "string"}, "results": {"type": "null"}}, "required": ["message", "results", "success"]}
29a8df62-95dd-47a7-9540-911fee367f5a/6dcd1093-c917-44fb-b111-5ef75787ec9b/0/0
AI Text Processing
The AI Text Processing API is an AI-powered solution for understanding and analyzing text.
6.6
Text Similarity
Calculates the cosine similarity between two pieces of text. Leveraging AI techniques, it converts the two input texts into their corresponding embeddings and calculates the cosine similarity. The cosine similarity value ranges from 0 to 1, with 1 indicating identical vectors and 0 indicating completely dissimilar vect...
401
null
{"type": "", "title": "", "status": 0, "detail": "", "instance": ""}
{"type": "object", "properties": {"type": {"type": ["string", "null"]}, "title": {"type": ["string", "null"]}, "status": {"type": ["integer", "null"], "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "detail": {"type": ["string", "null"]}, "instance": {"type": ["string", "null"]}}, "additionalProperti...
29a8df62-95dd-47a7-9540-911fee367f5a/6dcd1093-c917-44fb-b111-5ef75787ec9b/1/0
AI Text Processing
The AI Text Processing API is an AI-powered solution for understanding and analyzing text.
6.6
Text Similarity
Calculates the cosine similarity between two pieces of text. Leveraging AI techniques, it converts the two input texts into their corresponding embeddings and calculates the cosine similarity. The cosine similarity value ranges from 0 to 1, with 1 indicating identical vectors and 0 indicating completely dissimilar vect...
400
null
{"type": "", "title": "", "status": 0, "detail": "", "instance": ""}
{"type": "object", "properties": {"type": {"type": ["string", "null"]}, "title": {"type": ["string", "null"]}, "status": {"type": ["integer", "null"], "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "detail": {"type": ["string", "null"]}, "instance": {"type": ["string", "null"]}}, "additionalProperti...
29a8df62-95dd-47a7-9540-911fee367f5a/6dcd1093-c917-44fb-b111-5ef75787ec9b/3/0
AI Text Processing
The AI Text Processing API is an AI-powered solution for understanding and analyzing text.
6.6
Text Similarity
Calculates the cosine similarity between two pieces of text. Leveraging AI techniques, it converts the two input texts into their corresponding embeddings and calculates the cosine similarity. The cosine similarity value ranges from 0 to 1, with 1 indicating identical vectors and 0 indicating completely dissimilar vect...
200
null
{"similarity": 0}
{"type": "object", "properties": {"similarity": {"type": "number", "format": "double", "minimum": -1.7976931348623157e+308, "maximum": 1.7976931348623157e+308}}, "additionalProperties": false}
f012f00b-7629-4f09-a0f5-52314d4411a0/ad2d3c01-bae4-4c82-b84c-ab45b906488a/0/0
lips-vto
Leveraging detailed facial landmarks to offer a precise and realistic lip makeup application.
null
/api/lips
Apply lipstick to an image
400
Example_1
{"message": "No file part"}
{"type": "object", "properties": {"message": {"type": "string"}}}
f012f00b-7629-4f09-a0f5-52314d4411a0/ad2d3c01-bae4-4c82-b84c-ab45b906488a/1/0
lips-vto
Leveraging detailed facial landmarks to offer a precise and realistic lip makeup application.
null
/api/lips
Apply lipstick to an image
403
Example_1
{"message": "Missing API key"}
{"type": "object", "properties": {"message": {"type": "string"}}}
f012f00b-7629-4f09-a0f5-52314d4411a0/ad2d3c01-bae4-4c82-b84c-ab45b906488a/2/0
lips-vto
Leveraging detailed facial landmarks to offer a precise and realistic lip makeup application.
null
/api/lips
Apply lipstick to an image
429
Example_1
{"message": "API key exceeded request limit"}
{"type": "object", "properties": {"message": {"type": "string"}}}
f012f00b-7629-4f09-a0f5-52314d4411a0/ad2d3c01-bae4-4c82-b84c-ab45b906488a/3/0
lips-vto
Leveraging detailed facial landmarks to offer a precise and realistic lip makeup application.
null
/api/lips
Apply lipstick to an image
200
Example_1
{"vtoImage": "base64 encoded image"}
{"type": "object", "properties": {"vtoImage": {"type": "string"}}}
f012f00b-7629-4f09-a0f5-52314d4411a0/ad2d3c01-bae4-4c82-b84c-ab45b906488a/4/0
lips-vto
Leveraging detailed facial landmarks to offer a precise and realistic lip makeup application.
null
/api/lips
Apply lipstick to an image
415
Example_1
{"message": "Encoding processed image failed"}
{"type": "object", "properties": {"message": {"type": "string"}}}
f012f00b-7629-4f09-a0f5-52314d4411a0/c53af88d-4c47-4c2d-9020-fdf38d2ff93d/0/0
lips-vto
Leveraging detailed facial landmarks to offer a precise and realistic lip makeup application.
null
/api/health
Check the health status of the application
200
null
{"status": "healthy", "details": {"app": "App is running", "model": "AI model is loaded", "database": "Database is connected"}}
{"type": "object", "properties": {"status": {"type": "string"}, "details": {"type": "object", "properties": {"app": {"type": "string"}, "model": {"type": "string"}, "database": {"type": "string"}}}}}
f012f00b-7629-4f09-a0f5-52314d4411a0/c53af88d-4c47-4c2d-9020-fdf38d2ff93d/1/0
lips-vto
Leveraging detailed facial landmarks to offer a precise and realistic lip makeup application.
null
/api/health
Check the health status of the application
503
null
{"status": "unhealthy", "details": {"app": "App is not running", "model": "AI model is not loaded", "database": "Database is not connected"}}
{"type": "object", "properties": {"status": {"type": "string"}, "details": {"type": "object", "properties": {"app": {"type": "string"}, "model": {"type": "string"}, "database": {"type": "string"}}}}}
f012f00b-7629-4f09-a0f5-52314d4411a0/9bee2c0b-5abd-499a-84e0-b65ada480ac8/0/0
lips-vto
Leveraging detailed facial landmarks to offer a precise and realistic lip makeup application.
null
/api/generatekey
Generate a new API key
200
null
{"roboKey": "example_key"}
{"type": "object", "properties": {"roboKey": {"type": "string"}}}
a4e283fe-e448-4f0a-ba0b-fe24eaaf6098/4b23cb26-deba-4a5c-81a3-09ba227baf30/0/0
BingChat: ChatGPT-4 API
API for accessing Chat GPT ( GPT-4) programmatically (using Bing AI Chat) This API is a wrapper around the Bing AI Browser Chat and allows programmatic access to this chat's functionality (based on GPT-4). Unique advanced features: GPT-4 engine, updated for 2023, can perform web searches and return website sources R...
9
bingchat
Please add a string representing your Bing _U cookie to the bing_u_cookie JSON parameter. You can obtain your _U cookie by accessing the Developer Console and searching for the _U cookie name. Please follow this link for guidance: https://i.ibb.co/94YWpQD/1676391128.png
200
New Example
{"response": {"source_urls": [[1, "https://travel.usnews.com/rankings/worlds-best-vacations/"], [2, "https://www.cntraveller.com/gallery/most-beautiful-places-in-the-world"], [3, "https://www.wonderslist.com/10-best-places-to-visit-around-the-world/"], [4, "https://www.travelandleisure.com/trip-ideas/best-places-to-tra...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"response": {"type": "object", "properties": {"source_urls": {"type": "array", "items": {"type": "array", "items": {"type": ["integer", "string"]}}}, "text": {"type": "string"}}, "required": ["source_urls", "text"]}, "success": {"type": "boo...
644a0ec4-39b1-41b5-8cf4-242dcc080b2e/f4c61e17-225f-4291-8c46-19c2179724a6/0/0
Image Caption Generator
Easy-to-integrate AI-Powered Image Caption Generation API that supports multiple languages and vibes. Get started in 10 seconds or less!
9.4
Image tags
Tags the image with a detailed list of words related to the image content.
200
New Example
{"tags": {"values": [{"name": "animal", "confidence": 0.9995455741882324}, {"name": "mammal", "confidence": 0.9990736246109009}, {"name": "cat", "confidence": 0.995102047920227}, {"name": "outdoor", "confidence": 0.9906077980995178}, {"name": "domestic cat", "confidence": 0.9610217213630676}]}}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"tags": {"type": "object", "properties": {"values": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "confidence": {"type": "number"}}, "required": ["confidence", "name"]}}}, "required": ["values"]}}, ...
644a0ec4-39b1-41b5-8cf4-242dcc080b2e/eb8a49fb-4ce7-4311-ac90-6ccef95d7689/0/0
Image Caption Generator
Easy-to-integrate AI-Powered Image Caption Generation API that supports multiple languages and vibes. Get started in 10 seconds or less!
9.4
Get a plain, simple caption
Generates a plain, simple caption of the provided image.
200
New Example
{"captions": ["this is the 1st caption", "this is the 2nd caption", "this is the 3rd caption"]}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"captions": {"type": "array", "items": {"type": "string"}}}, "required": ["captions"]}
644a0ec4-39b1-41b5-8cf4-242dcc080b2e/endpoint_ee66f604-f3a4-41e4-ab6c-2ccaf25ff297/0/0
Image Caption Generator
Easy-to-integrate AI-Powered Image Caption Generation API that supports multiple languages and vibes. Get started in 10 seconds or less!
9.4
Get AI-generated, intriguing captions
Generates descriptive captions for a given image. When useEmojis/useHashtags is set to true, the generated captions will include emojis/hashtags. A maximum of three captions are returned.
200
New Example
{"captions": ["this is the 1st caption", "this is the 2nd caption", "this is the 3rd caption"]}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"captions": {"type": "array", "items": {"type": "string"}}}, "required": ["captions"]}
6fd588d5-f2c8-47fc-981b-c23b512fd103/de5114cc-c636-4ef5-8270-510758ccd70a/0/0
GPT-4
Introducing the GPT-4 API – Your gateway to cutting-edge AI! Unleash the power of the future with our state-of-the-art language model. Elevate your applications with natural language understanding, content generation, and more. Elevate your AI capabilities with GPT-4 today!
8.8
Ask
Ask anything!
200
New Example
{"success": true, "message": "success", "results": "French"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"success": {"type": "boolean"}, "message": {"type": "string"}, "results": {"type": "string"}}, "required": ["message", "results", "success"]}
8ddc8760-cb2a-4319-ab6c-671b2c27fca2/7a5ca3e9-c122-42ca-b924-49e8883becea/0/0
UseCloak
Ensuring data privacy with ChatGPT is nearly impossible. useCloak provides robust PII protection, allowing developers to harness the power of AI in their products while maintaining data privacy.
7.3
unredact_unredact_post
422
null
{"detail": [{"loc": [], "msg": "", "type": ""}]}
{"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "inte...
8ddc8760-cb2a-4319-ab6c-671b2c27fca2/7a5ca3e9-c122-42ca-b924-49e8883becea/1/0
UseCloak
Ensuring data privacy with ChatGPT is nearly impossible. useCloak provides robust PII protection, allowing developers to harness the power of AI in their products while maintaining data privacy.
7.3
unredact_unredact_post
200
null
{"unredacted_text": "Good morning, everybody. My name is Van Bokhorst Serdar, and today I feel like sharing a whole lot of personal information with you. Let's start with my Email address SerdarvanBokhorst@dayrep.com. My address is 2657 Koontz Lane, Los Angeles, CA. My phone number is 818-828-6231."}
{"title": "Unredacted", "type": "object", "properties": {"unredacted_text": {"title": "Unredacted Text", "type": "string"}}}
8ddc8760-cb2a-4319-ab6c-671b2c27fca2/5ff11303-c465-4943-a61d-c18889905fee/0/0
UseCloak
Ensuring data privacy with ChatGPT is nearly impossible. useCloak provides robust PII protection, allowing developers to harness the power of AI in their products while maintaining data privacy.
7.3
redact_redact_post
422
null
{"detail": [{"loc": [], "msg": "", "type": ""}]}
{"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "inte...
8ddc8760-cb2a-4319-ab6c-671b2c27fca2/5ff11303-c465-4943-a61d-c18889905fee/1/0
UseCloak
Ensuring data privacy with ChatGPT is nearly impossible. useCloak provides robust PII protection, allowing developers to harness the power of AI in their products while maintaining data privacy.
7.3
redact_redact_post
200
null
{"redacted_text": "Good morning, everybody. My name is [NAME-1], and today I feel like sharing a whole lot of personal information with you. Let's start with my Email address [EMAIL-2]. My address is [ADDRESS-3] My phone number is [PHONE-4].", "redacted_entities": {"NAME-1": "Van Bokhorst Serdar", "EMAIL-2": "Serdarvan...
{"title": "Unredact", "required": ["redacted_entities"], "type": "object", "properties": {"redacted_text": {"title": "Redacted Text", "type": "string"}, "redacted_entities": {"title": "Redacted Entities", "type": "object"}}}
43c5c840-afb6-46f4-9126-4723ae46bcd1/4cccb523-5752-4ea8-a2d2-23c200fc1ee1/2/0
Salk AI APIs
APIs for interacting with files via embeddings
null
Query PDF
Query the uploaded PDF file
200
New Example
{"key1": "value", "key2": "value"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"key1": {"type": "string"}, "key2": {"type": "string"}}, "required": ["key1", "key2"]}
43c5c840-afb6-46f4-9126-4723ae46bcd1/c65a8b9f-8129-4db6-93a0-8abace3ebfb6/0/0
Salk AI APIs
APIs for interacting with files via embeddings
null
Upload PDF
Upload a pdf , we will embed and give you the file id which you can reference later while querying.
200
New Example
{"Success": "File has been successfully uploaded to weaviate", "Message": "This {filename} successfully added to weaviate", "File ID": "fb1f2e62-2576-482c-95ac-4ccc5cb779e7"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"Success": {"type": "string"}, "Message": {"type": "string"}, "File ID": {"type": "string"}}, "required": ["File ID", "Message", "Success"]}
a157840a-5072-430a-9d4c-38bdfc89c174/527d0178-a526-4197-913b-a205cc19e91e/0/0
Speaker Diarization and Audio Transcription API
Transcribe audio files with speaker diarization using the Speaker Diarization and Audio Transcription API. This powerful API allows you to convert audio recordings into text while identifying and separating speakers. Whether you have recorded interviews, meetings, or lectures, this API makes it easy to obtain accurate ...
8
get transcription
get transcription by id
200
Response
{"output": {"segments": [{"end": "6.42", "speaker": "SPEAKER_00", "start": "0.0", "text": "Unit 1, page 12, Conversation, Listening, Conversation 1.", "words": [{"end": 0.4, "start": 0, "word": "Unit"}, {"end": 0.88, "start": 0.4, "word": "1,"}, {"end": 1.7, "start": 1.4, "word": "page"}, {"end": 2.26, "start": 1.7, "w...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"output": {"type": "object", "properties": {"segments": {"type": "array", "items": {"type": "object", "properties": {"end": {"type": "string"}, "speaker": {"type": "string"}, "start": {"type": "string"}, "text": {"type": "string"}, "words": ...
05a10339-f762-4526-9ed0-ba6222a88b03/247a1178-3524-4adc-be06-ae82a2c26569/0/0
ML Plugins
EnrichData provides ML Plugins support i.e. Contact Information Extractor (API extracts the contact information from given text), NER Extraction (API extracts the multiple entity details from the given text) and Resume Template Creation (API creates resume into a specified template resume format).
null
NER Extraction Plugin
NER Extraction Plugin gives the entity details like start location, end location, job, city, state, country, name, degree, org, skill, date and year.
200
NER Example
{"TextLanguage": "en", "TaggedText": "Title : <job>Maintenance Engineer</job> \nCompany : Yashodha S M (<job>Proprietor</job> Of Co Inter Technology)\nLocation : <city>Amreli</city>\n\nDetails of Openings :\nJob Openings :\nPosted_Date : <dt>1/20/2021</dt>\nClosing Date : <dt>3/18/2021</dt>\n\nExperience Required : 0....
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"TextLanguage": {"type": "string"}, "TaggedText": {"type": "string"}, "TaggedData": {"type": "array", "items": {"type": "object", "properties": {"Start": {"type": "integer"}, "End": {"type": "integer"}, "Id": {"type": "string"}, "Text": {"ty...
05a10339-f762-4526-9ed0-ba6222a88b03/4301a406-63ae-4d02-b41e-f129e091308d/0/0
ML Plugins
EnrichData provides ML Plugins support i.e. Contact Information Extractor (API extracts the contact information from given text), NER Extraction (API extracts the multiple entity details from the given text) and Resume Template Creation (API creates resume into a specified template resume format).
null
Contact Information Extraction Plugin
Contact Information Extraction is an Rest API plugin, that uses algorithm for extracting Name, Email, City, State, Country, Website, Phone Number, and Address from the given text content.
200
Contact Example
{"Name": {"FullName": "John Deo", "TitleName": "", "FirstName": "John", "MiddleName": "", "LastName": "Deo", "FormattedName": "John Deo", "ConfidenceScore": 10}, "Email": [{"EmailAddress": "Johndeo@rchilli.com", "ConfidenceScore": 10}, {"EmailAddress": "John75@xyz.com", "ConfidenceScore": 10}, {"EmailAddress": "dedobbe...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"Name": {"type": "object", "properties": {"FullName": {"type": "string"}, "TitleName": {"type": "string"}, "FirstName": {"type": "string"}, "MiddleName": {"type": "string"}, "LastName": {"type": "string"}, "FormattedName": {"type": "string"}...
67e163c9-ed8a-446a-968b-cfdc36fac164/1343b228-75e4-49dc-8567-bd8f73912b32/0/0
Byword Article Generation
Build full-length, SEO-ready articles or blogs, in under a minute.
null
Write Article From Title
Input the title of an article that you'd like written, and this endpoint will return a fully written, HTML-formatted article.
200
Response
{"body": "<h1>How To Write A Business Plan</h1><p>Writing a business plan is one of the most important steps you can take to ensure the success of your business. A business plan lays out a written plan from a marketing, financial and operational viewpoint. It is a crucial document for any business owner looking to secu...
{"type": "object", "properties": {"body": {"type": "string"}, "headings": {"type": "array", "items": {"type": "string"}}, "keyword": {"type": "string"}, "meta": {"type": "string"}, "tableofcontents": {"type": "string"}, "title": {"type": "string"}}}
67e163c9-ed8a-446a-968b-cfdc36fac164/7037db1e-cd77-4006-9313-f548687057d0/0/0
Byword Article Generation
Build full-length, SEO-ready articles or blogs, in under a minute.
null
Write Article From Keyword
Input a keyword that you'd like to rank for on SEO/organic search, and this endpoint will return a fully written article which can rank for that keyword. A keyword can be multiple words long (e.g. 'how to get rid of cold').
200
Response
{"body": "<h1>How to Get Rid of a Cold: Tips for Quick Relief</h1><p>A cold is an infection of the upper respiratory system caused by a virus. It is one of the most common illnesses, and while it is usually not serious, it can be quite uncomfortable. The good news is that it typically goes away on its own within a few ...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"body": {"type": "string"}, "headings": {"type": "array", "items": {"type": "string"}}, "keyword": {"type": "string"}, "meta": {"type": "string"}, "tableofcontents": {"type": "string"}, "title": {"type": "string"}}, "required": ["body", "hea...
3c0d2596-825e-415f-bc80-7dbe519b5575/b6084de1-9124-477d-b9f3-f22e09220937/0/0
Chess Move Maker
For either black or white ask for the best moves given any board.
null
Best Moves
A list of best moves is returned when color/positions are provided.
200
Single Queen
[{"from": "a8", "to": "b7", "score": 9999}, {"from": "a8", "to": "c6", "score": 9999}, {"from": "a8", "to": "d5", "score": 9999}, {"from": "a8", "to": "e4", "score": 9999}, {"from": "a8", "to": "f3", "score": 9999}, {"from": "a8", "to": "g2", "score": 9999}, {"from": "a8", "to": "h1", "score": 9999}, {"from": "a8", "to...
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"from": {"type": "string"}, "to": {"type": "string"}, "score": {"type": "integer"}}, "required": ["from", "score", "to"]}}
3ee2a970-f40e-48fc-87ef-d63f71db912f/231a9196-8036-48ec-950f-160d432f5ddb/0/0
Cuttime
Music data APIs by Cuttime Inc. allow you to find event by GEO location, receive event list by specific venue, get historical information about events to do analysis, get information about variety of artists, artist events, top tracks, artist-brands, affinity.
6
/brands/{brand_id}/band-brand-affinities-score
200
null
[{"brand_id": 0, "brand": "", "band_id": 0, "band": "", "total_affinity": 0}]
{"type": "array", "items": {"type": "object", "properties": {"brand_id": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "brand": {"type": "string", "description": "Brand name"}, "band_id": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "...
3ee2a970-f40e-48fc-87ef-d63f71db912f/e49fa5c9-438b-4b39-9a0e-974d98c8be69/2/0
Cuttime
Music data APIs by Cuttime Inc. allow you to find event by GEO location, receive event list by specific venue, get historical information about events to do analysis, get information about variety of artists, artist events, top tracks, artist-brands, affinity.
6
/artists/{artist_id}/brand-affinities
200
null
[{"band": "", "total_affinity": 0, "band_id": ""}]
{"type": "array", "items": {"type": "object", "properties": {"band": {"type": "string"}, "total_affinity": {"type": "number", "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "band_id": {"type": "string", "format": "uuid"}}}}
3ee2a970-f40e-48fc-87ef-d63f71db912f/d0166be4-d495-4af7-b22a-75a9a9227b6b/0/0
Cuttime
Music data APIs by Cuttime Inc. allow you to find event by GEO location, receive event list by specific venue, get historical information about events to do analysis, get information about variety of artists, artist events, top tracks, artist-brands, affinity.
6
/artists
200
null
[{"id": "", "name": ""}]
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string", "format": "uuid"}, "name": {"type": "string", "description": "artist Name"}}}}
3ee2a970-f40e-48fc-87ef-d63f71db912f/7fd1a826-32ed-40a8-952b-bebe23c9e885/1/0
Cuttime
Music data APIs by Cuttime Inc. allow you to find event by GEO location, receive event list by specific venue, get historical information about events to do analysis, get information about variety of artists, artist events, top tracks, artist-brands, affinity.
6
/artists/{artist_id}
Optional extended description in Markdown.
200
null
{"id": "", "name": "", "music_brainz_id": "", "bio": "", "img": "", "setlist_fm": [{"event_date": "", "sets": {"set": [{"song": [{"name": "", "info": "", "tape": true}]}]}, "venue": {"name": "", "address": {"name": "", "state": "", "stateCode": "", "coords": {"lat": 0, "long": 0}, "country": {"code": "", "name": ""}}}}...
{"type": "object", "properties": {"id": {"type": "string", "format": "uuid"}, "name": {"type": "string", "description": "Artist Name"}, "music_brainz_id": {"type": "string", "format": "uuid"}, "bio": {"type": "string", "description": "Artist biography"}, "img": {"type": "string", "description": "Artist YouTube channel ...
3ee2a970-f40e-48fc-87ef-d63f71db912f/43fe95c3-10a1-4d00-83c0-256f249323ed/1/0
Cuttime
Music data APIs by Cuttime Inc. allow you to find event by GEO location, receive event list by specific venue, get historical information about events to do analysis, get information about variety of artists, artist events, top tracks, artist-brands, affinity.
6
/artists/{artist_id}/events
200
null
[{"name": "", "description": "", "start_date": "2009-09-27T00:00:00.000Z", "end_date": "2009-09-27T00:00:00.000Z", "venue": {"name": "59:1", "url": "http://www.59to1.net", "city": "Munich", "country": "Germany", "region": "", "street_address": "Sonnenstr. 27", "postal_code": "80336", "latitude": "48.13506", "longitude"...
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "start_date": {"type": "string", "format": "datetime"}, "end_date": {"type": "string", "format": "date"}, "venue": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "st...
3ee2a970-f40e-48fc-87ef-d63f71db912f/0b11f870-a5ab-41bc-a4c4-080d116c663d/2/0
Cuttime
Music data APIs by Cuttime Inc. allow you to find event by GEO location, receive event list by specific venue, get historical information about events to do analysis, get information about variety of artists, artist events, top tracks, artist-brands, affinity.
6
/artists/{artist_id}/top-tracks
200
null
[{"id": "", "name": ""}]
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string", "format": "uuid"}, "name": {"type": "string", "description": "Track name"}}}}
3ee2a970-f40e-48fc-87ef-d63f71db912f/6ff99e50-fadf-4a45-8dad-7175ee2ba1e8/1/0
Cuttime
Music data APIs by Cuttime Inc. allow you to find event by GEO location, receive event list by specific venue, get historical information about events to do analysis, get information about variety of artists, artist events, top tracks, artist-brands, affinity.
6
/brands
200
null
[{"uuid": "", "name": ""}]
{"type": "array", "items": {"type": "object", "properties": {"uuid": {"type": "string"}, "name": {"type": "string", "description": "Brand name"}}}}
3ee2a970-f40e-48fc-87ef-d63f71db912f/8f9bd026-6b24-4d15-8a44-50246c61b4fa/1/0
Cuttime
Music data APIs by Cuttime Inc. allow you to find event by GEO location, receive event list by specific venue, get historical information about events to do analysis, get information about variety of artists, artist events, top tracks, artist-brands, affinity.
6
/brands/{brand_id}
200
null
{"id": "", "name": "", "description": "", "crunchbase_url": "", "crunchbase_img": "", "logo_img": "", "website": "", "personality": {"Cool": 0, "Young": 0, "Daring": 0, "Leader": 0, "Secure": 0, "Trendy": 0, "Unique": 0, "Exciting": 0, "Reliable": 0, "Spirited": 0, "Confident": 0, "Corporate": 0, "Technical": 0, "Succe...
{"type": "object", "properties": {"id": {"type": "string", "format": "uuid"}, "name": {"type": "string", "description": "Brand name"}, "description": {"type": "string", "description": "Brand bio"}, "crunchbase_url": {"type": "string", "format": "uri", "description": "crunchbase web page"}, "crunchbase_img": {"type": "s...
3ee2a970-f40e-48fc-87ef-d63f71db912f/1c9ae31d-2f5c-4316-8942-8551e0c1a869/2/0
Cuttime
Music data APIs by Cuttime Inc. allow you to find event by GEO location, receive event list by specific venue, get historical information about events to do analysis, get information about variety of artists, artist events, top tracks, artist-brands, affinity.
6
/brands/{brand_id}/band-affinities
200
null
[{"band": "", "total_affinity": 0, "band_id": ""}]
{"type": "array", "items": {"type": "object", "properties": {"band": {"type": "string"}, "total_affinity": {"type": "number", "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "band_id": {"type": "string", "format": "uuid"}}}}