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
9adce0dc-b402-465b-85ad-27de386b1b5b/0b56c4f1-6ad7-4d5c-9334-d9e2d5bbf6ac/3/0
ezML
Computer vision integration made simple.
null
generate_image_heavy_api_v1_functions_generate_image_heavy_post
Our most powerful image generation model that generates extremely high quality images with longer prompts. This model takes longer to run but produces the best results
200
null
{"status": "", "result": ""}
{"title": "ImageGenerationResult", "required": ["status", "result"], "type": "object", "properties": {"status": {"title": "Request Status", "type": "string", "description": "Status of inference request: `success` or `error`"}, "result": {"title": "base64 encoded image", "type": "string", "description": "Base64 encoded ...
9adce0dc-b402-465b-85ad-27de386b1b5b/0b56c4f1-6ad7-4d5c-9334-d9e2d5bbf6ac/4/0
ezML
Computer vision integration made simple.
null
generate_image_heavy_api_v1_functions_generate_image_heavy_post
Our most powerful image generation model that generates extremely high quality images with longer prompts. This model takes longer to run but produces the best results
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...
e6767973-e844-4105-800c-60edba8bd9a5/d76f2fca-8317-4c19-892f-7160a0c550a8/0/0
Sample API
Sample
null
/hello
Returns a simple "Hello, World!" message.
200
null
{"message": "Hello, World!"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"message": {"type": "string"}}, "required": ["message"]}
aed4a498-37fa-4054-9afc-eda2d76db3d8/423db309-1692-4c95-90af-684deabb8531/0/0
GenAi
GenAi: ai generated images search api.
null
Prompt
Prompt endpoint used for entering your description
200
New Example
{"images": [{"id": "0482ee68-0368-4eca-8846-5930db866b33", "gallery": "https://lexica.art?q=0482ee68-0368-4eca-8846-5930db866b33", "src": "https://lexica-serve-encoded-images.sharif.workers.dev/md/0482ee68-0368-4eca-8846-5930db866b33", "srcSmall": "https://lexica-serve-encoded-images.sharif.workers.dev/sm/0482ee68-0368...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"images": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "gallery": {"type": "string"}, "src": {"type": "string"}, "srcSmall": {"type": "string"}, "prompt": {"type": "string"}, "width": {"type": "integ...
3435c781-f626-4ca2-a9f9-12e9e55bc724/8ef1af75-320e-45e3-a8fa-4dcb4d4b3430/0/0
LokingAI-Document-QA
Document (pdf and image) Question Answering endpoint
6.4
desc__get
Get application description. Returns a simple response containing the description of the application. Returns: - ApiResponse: A response containing the application description. Example Response: { "data": { "desc": "Document processing app" } }
200
null
{"error": {}}
{"properties": {"error": {"anyOf": [{"type": "string"}, {"type": "null"}], "title": "Error"}, "data": {"title": "Data"}}, "type": "object", "required": ["error", "data"], "title": "ApiResponse"}
ee15fc18-82de-4986-ae07-7f9a6c8563fe/27065d18-e67c-421d-b88d-11fbfc37cf81/0/0
ImageAI
The AI Image Generation API simplifies the process of creating AI-generated images per user with authorization
7.5
login
200
null
{"tokenType": "<string>", "accessToken": "<string>", "expiresIn": "<long>", "refreshToken": "<string>"}
{"type": "object"}
ee15fc18-82de-4986-ae07-7f9a6c8563fe/fb58f80e-a3ce-4acb-90fb-f2ca93a00988/1/0
ImageAI
The AI Image Generation API simplifies the process of creating AI-generated images per user with authorization
7.5
register
400
null
{"type": "<string>", "title": "<string>", "status": "<integer>", "detail": "<string>", "instance": "<string>", "errors": {"indc": ["<string>", "<string>"], "proident_0": ["<string>", "<string>"], "consectetur69": ["<string>", "<string>"]}}
{"type": "object"}
ee15fc18-82de-4986-ae07-7f9a6c8563fe/11800fd4-e521-4e04-85f6-4a4156a196d4/0/0
ImageAI
The AI Image Generation API simplifies the process of creating AI-generated images per user with authorization
7.5
refresh
200
null
{"tokenType": "<string>", "accessToken": "<string>", "expiresIn": "<long>", "refreshToken": "<string>"}
{"type": "object"}
58294823-c0e5-4fe7-bddd-0d4db2ed98a3/ff1a48c5-c2af-47c2-8e76-230c9d7849ed/0/0
People photo background removal
This API provides people photo segmentation with consequent background removal. [![Telegram](https://img.shields.io/badge/-Te...
8.1
Remove background from photo of people and return results
Performs actual people photo analysis and responds with results. Image must be a regular JPEG or PNG image (with or without transparency). Usually such images have extensions: .jpg, .jpeg, .png. The service checks input file by MIME type and accepts the following types: image/jpeg image/png The size of image file mus...
200
Unsupported media type
{"results": [{"status": {"code": "failure", "message": "Unsupported media type. Expected one of ['image/jpeg', 'image/png']. Got 'text/plain'."}, "name": "file.txt", "md5": "d41d8cd98f00b204e9800998ecf8427e", "width": 1024, "height": 768, "entities": []}]}
{"type": "object", "properties": {"results": {"type": "array", "items": {"type": "object", "properties": {"status": {"type": "object", "properties": {"code": {"type": "string"}, "message": {"type": "string"}}}, "name": {"type": "string"}, "md5": {"type": "string"}, "entities": {"type": "array", "items": {"type": "objec...
58294823-c0e5-4fe7-bddd-0d4db2ed98a3/ff1a48c5-c2af-47c2-8e76-230c9d7849ed/0/1
People photo background removal
This API provides people photo segmentation with consequent background removal. [![Telegram](https://img.shields.io/badge/-Te...
8.1
Remove background from photo of people and return results
Performs actual people photo analysis and responds with results. Image must be a regular JPEG or PNG image (with or without transparency). Usually such images have extensions: .jpg, .jpeg, .png. The service checks input file by MIME type and accepts the following types: image/jpeg image/png The size of image file mus...
200
Successful background removal
{"results": [{"status": {"code": "ok", "message": "Success"}, "name": "person.jpg", "md5": "f2d13d0242b98aae82bc7a6dc76e1ea9", "width": 1024, "height": 768, "entities": [{"kind": "image", "name": "people-fg-image", "image": "iVBORw0KGgoAAAA...YII="}]}]}
{"type": "object", "properties": {"results": {"type": "array", "items": {"type": "object", "properties": {"status": {"type": "object", "properties": {"code": {"type": "string"}, "message": {"type": "string"}}}, "name": {"type": "string"}, "md5": {"type": "string"}, "entities": {"type": "array", "items": {"type": "objec...
58294823-c0e5-4fe7-bddd-0d4db2ed98a3/ff1a48c5-c2af-47c2-8e76-230c9d7849ed/2/0
People photo background removal
This API provides people photo segmentation with consequent background removal. [![Telegram](https://img.shields.io/badge/-Te...
8.1
Remove background from photo of people and return results
Performs actual people photo analysis and responds with results. Image must be a regular JPEG or PNG image (with or without transparency). Usually such images have extensions: .jpg, .jpeg, .png. The service checks input file by MIME type and accepts the following types: image/jpeg image/png The size of image file mus...
422
Missing image/url
{"detail": "Missing image or url field."}
{"type": "object", "properties": {"detail": {"type": "string"}}}
99cc654c-9743-465c-88c0-87d0432523f8/824094a0-b79d-42da-b699-8a5cee0e38ce/1/0
Screening and Matching resumes and offer
This app is for Recruiters to shortlist candidates during the selection process and for recruitees to get submit while knowing the matching percentage between their resumes and a job offer
0.1
/ResumeOfferMatching
200
null
{"similarity_score": 0}
{"type": "object", "properties": {"similarity_score": {"type": "number", "description": "The cosine similarity score, between 0 and 100."}}}
99cc654c-9743-465c-88c0-87d0432523f8/0b415b9a-ede3-44eb-922e-c21fdce92aa8/0/0
Screening and Matching resumes and offer
This app is for Recruiters to shortlist candidates during the selection process and for recruitees to get submit while knowing the matching percentage between their resumes and a job offer
0.1
/ResumeScreeningLink
200
null
{"resume_category_link": "", "matching_score_link": 0}
{"type": "object", "properties": {"resume_category_link": {"type": "string", "description": "category of the resume"}, "matching_score_link": {"type": "number", "description": "The matching score between file and given Link "}}}
99cc654c-9743-465c-88c0-87d0432523f8/0b415b9a-ede3-44eb-922e-c21fdce92aa8/1/0
Screening and Matching resumes and offer
This app is for Recruiters to shortlist candidates during the selection process and for recruitees to get submit while knowing the matching percentage between their resumes and a job offer
0.1
/ResumeScreeningLink
400
null
{"error": ""}
{"type": "object", "properties": {"error": {"type": "string", "description": "The error message"}}}
99cc654c-9743-465c-88c0-87d0432523f8/7a16d025-9452-419b-bc10-5cdab3bcd046/0/0
Screening and Matching resumes and offer
This app is for Recruiters to shortlist candidates during the selection process and for recruitees to get submit while knowing the matching percentage between their resumes and a job offer
0.1
/ScreeningOfferLink
Extract the job offer text from a given job offer link and calculate the cosine similarity between the job offer text and the text of resumes stored in a CSV file.
400
null
{"error": ""}
{"type": "object", "properties": {"error": {"type": "string"}}}
99cc654c-9743-465c-88c0-87d0432523f8/7a16d025-9452-419b-bc10-5cdab3bcd046/1/0
Screening and Matching resumes and offer
This app is for Recruiters to shortlist candidates during the selection process and for recruitees to get submit while knowing the matching percentage between their resumes and a job offer
0.1
/ScreeningOfferLink
Extract the job offer text from a given job offer link and calculate the cosine similarity between the job offer text and the text of resumes stored in a CSV file.
200
null
{"top_matches_files": [{"filename": "", "similarity": 0}]}
{"type": "object", "properties": {"top_matches_files": {"type": "array", "items": {"type": "object", "properties": {"filename": {"type": "string"}, "similarity": {"type": "number", "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}}}}}}
99cc654c-9743-465c-88c0-87d0432523f8/d9b83092-8adb-413a-b5e8-d2e2b2323797/0/0
Screening and Matching resumes and offer
This app is for Recruiters to shortlist candidates during the selection process and for recruitees to get submit while knowing the matching percentage between their resumes and a job offer
0.1
/ResumeScreening
200
null
{"resume_category_file": "", "matching_score_file": 0}
{"type": "object", "properties": {"resume_category_file": {"type": "string", "description": "The category of the uploaded resume"}, "matching_score_file": {"type": "number", "format": "float", "description": "The matching score between the resume and the job offer", "minimum": -3.402823669209385e+38, "maximum": 3.40282...
99cc654c-9743-465c-88c0-87d0432523f8/d9b83092-8adb-413a-b5e8-d2e2b2323797/1/0
Screening and Matching resumes and offer
This app is for Recruiters to shortlist candidates during the selection process and for recruitees to get submit while knowing the matching percentage between their resumes and a job offer
0.1
/ResumeScreening
400
null
{"error": ""}
{"type": "object", "properties": {"error": {"type": "string", "description": "The error message"}}}
99cc654c-9743-465c-88c0-87d0432523f8/29357751-8c48-4848-be66-05d1367f2f68/0/0
Screening and Matching resumes and offer
This app is for Recruiters to shortlist candidates during the selection process and for recruitees to get submit while knowing the matching percentage between their resumes and a job offer
0.1
/sourcingResume
200
null
{"category": ""}
{"type": "object", "properties": {"category": {"type": "string", "description": "The category of the uploaded resume"}}}
99cc654c-9743-465c-88c0-87d0432523f8/29357751-8c48-4848-be66-05d1367f2f68/1/0
Screening and Matching resumes and offer
This app is for Recruiters to shortlist candidates during the selection process and for recruitees to get submit while knowing the matching percentage between their resumes and a job offer
0.1
/sourcingResume
400
null
{"error": ""}
{"type": "object", "properties": {"error": {"type": "string", "description": "The error message"}}}
99cc654c-9743-465c-88c0-87d0432523f8/9da57b11-f864-4450-8510-b1838e0bd57c/0/0
Screening and Matching resumes and offer
This app is for Recruiters to shortlist candidates during the selection process and for recruitees to get submit while knowing the matching percentage between their resumes and a job offer
0.1
/ScreeningOffer
Endpoint to upload a file and compute cosine similarity with each file in the database
200
null
{"top_10_files": [], "matching_score": []}
{"type": "object", "properties": {"top_10_files": {"type": "array", "description": "A list of the top 10 similar files", "items": {"type": "string"}}, "matching_score": {"type": "array", "description": "A list of the top 10 files and their matching scores with respect to the provided file", "items": {"type": "string"}}...
99cc654c-9743-465c-88c0-87d0432523f8/673f04e3-6deb-4256-a267-d4acef262b38/0/0
Screening and Matching resumes and offer
This app is for Recruiters to shortlist candidates during the selection process and for recruitees to get submit while knowing the matching percentage between their resumes and a job offer
0.1
/ResumeOfferLinks
200
null
{"resume_category_link": "", "matching_score_link": 0}
{"type": "object", "properties": {"resume_category_link": {"type": "string", "description": "The category of the resume link here"}, "matching_score_link": {"type": "number", "description": "The matching score between file and given Link "}}}
99cc654c-9743-465c-88c0-87d0432523f8/673f04e3-6deb-4256-a267-d4acef262b38/1/0
Screening and Matching resumes and offer
This app is for Recruiters to shortlist candidates during the selection process and for recruitees to get submit while knowing the matching percentage between their resumes and a job offer
0.1
/ResumeOfferLinks
400
null
{"error": ""}
{"type": "object", "properties": {"error": {"type": "string", "description": "The error message"}}}
1a750a8a-9e38-4ac2-83a1-d5aa1635bdd6/7c6f4fb2-e973-4d51-b5d5-fe6143746199/0/0
drawing
Describe your content Use ai to draw the picture you want AI Art is an AI image generation and editing technology API service, which can intelligently create image content related to input by combining input pictures or text, with stronger Chinese understanding ability, more diversified style selection, and more Orient...
6.9
ai draw
Draw the picture you want based on what you describe
200
New Example
{"ResultImage": "https://aiart-1258344699.cos.ap-guangzhou.myqcloud.com/text_to_img/4108ced9-4fbf-43e6-98f7-b5824739806d-1304097499.jpg?q-sign-algorithm=sha1&q-ak=AKIDpRovliU1IJ5ctufBSVIq8AwTlnZ5MN8d&q-sign-time=1692693267%3B1692696867&q-key-time=1692693267%3B1692696867&q-header-list=host&q-url-param-list=&q-signature=...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"ResultImage": {"type": "string"}, "RequestId": {"type": "string"}}, "required": ["RequestId", "ResultImage"]}
b3bbae58-ec54-4fad-88a0-1f6a1468df9a/b6a28b0b-74ed-4670-839a-0b17723e37d0/0/0
TokenTrim
Save an average of 30% on tokens for code-generation prompts from Chat GPT and other LLMs.
null
Generate Code
Core functionality. Replace "inputCode" with your minified and uglified code.
500
Response
{"error": "An error occurred while generating code."}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"error": {"type": "string"}}, "required": ["error"]}
34f37709-54bd-4c9a-a183-e8e0eb311496/abe6ff66-5094-4f42-a381-1b013c2225ee/0/0
Integrate AI
Unleash the power of GPT-4 and simplify integration with standard JSON responses.
null
question_answering_question_answering__post
Get answers to questions
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...
34f37709-54bd-4c9a-a183-e8e0eb311496/2b127c8a-151d-44d4-9def-7d6e05d8b824/0/0
Integrate AI
Unleash the power of GPT-4 and simplify integration with standard JSON responses.
null
text_summarization_text_summarization__post
Summarize text
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...
34f37709-54bd-4c9a-a183-e8e0eb311496/b263878b-53cb-404a-9947-515406ea73fa/0/0
Integrate AI
Unleash the power of GPT-4 and simplify integration with standard JSON responses.
null
sentiment_analysis_sentiment_analysis__post
Retrive sentiment
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...
34f37709-54bd-4c9a-a183-e8e0eb311496/99bfce20-4241-439d-a64f-4919a098ccdc/1/0
Integrate AI
Unleash the power of GPT-4 and simplify integration with standard JSON responses.
null
paraphrasing_paraphrasing__post
Paraphrase text
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...
34f37709-54bd-4c9a-a183-e8e0eb311496/d2fba007-3d7c-4d87-9edb-120b4c0ec450/0/0
Integrate AI
Unleash the power of GPT-4 and simplify integration with standard JSON responses.
null
text_classification_text_classification__post
Calssify text
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...
34f37709-54bd-4c9a-a183-e8e0eb311496/1950c768-72e3-4810-8d5d-6506000fa061/1/0
Integrate AI
Unleash the power of GPT-4 and simplify integration with standard JSON responses.
null
keyword_extraction_keyword_extraction__post
Extract key words
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...
34f37709-54bd-4c9a-a183-e8e0eb311496/78d37b65-d608-4cb7-be94-2f2f06a6078c/1/0
Integrate AI
Unleash the power of GPT-4 and simplify integration with standard JSON responses.
null
named_entity_recognition_named_entity_recognition__post
Extract named enteties
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...
b4f0e273-c68c-4fd5-bdb9-304a48bff68f/8d22a020-3301-4034-9ad1-cc3a10faefd6/0/0
Optimal Buying Suggestions
ML models have the ability to predict demand. However, a step further would be to generate actionable insights from this demand forecast. The context for this API is the supply chain domain. Given a demand forecast for certain articles, it will be able to suggest optimal buying suggestions based on some constraints. Th...
null
get_health_health_get
Perform a Health Check Endpoint to perform a healthcheck on. This endpoint can primarily be used Docker to ensure a robust container orchestration and management is in place. Other services which rely on proper functioning of the API service will not deploy if this endpoint returns any other HTTP status code except 200...
200
Example_1
{"status": "OK"}
{"type": "object", "properties": {"status": {"type": "string"}}}
b4f0e273-c68c-4fd5-bdb9-304a48bff68f/54aac3de-3e06-4fd2-af46-e7c10ff6e989/0/0
Optimal Buying Suggestions
ML models have the ability to predict demand. However, a step further would be to generate actionable insights from this demand forecast. The context for this API is the supply chain domain. Given a demand forecast for certain articles, it will be able to suggest optimal buying suggestions based on some constraints. Th...
null
generate_buying_suggestions_get_buying_suggestions_post
Get buying suggestions from demand
200
Example_1
{"buying_suggestions": [{"time_period": 0, "demand": 0, "stock": 0, "order_size": 0}], "metadata": {"user_name": {}, "elapsed_time": 0, "id": ""}}
{"type": "object", "properties": {"buying_suggestions": {"type": "array", "items": {"type": "object", "properties": {"time_period": {"type": "integer"}, "demand": {"type": "integer"}, "stock": {"type": "integer"}, "order_size": {"type": "integer"}}}}, "metadata": {"type": "object", "properties": {"user_name": {"type": ...
b4f0e273-c68c-4fd5-bdb9-304a48bff68f/54aac3de-3e06-4fd2-af46-e7c10ff6e989/1/0
Optimal Buying Suggestions
ML models have the ability to predict demand. However, a step further would be to generate actionable insights from this demand forecast. The context for this API is the supply chain domain. Given a demand forecast for certain articles, it will be able to suggest optimal buying suggestions based on some constraints. Th...
null
generate_buying_suggestions_get_buying_suggestions_post
Get buying suggestions from demand
422
Example_1
{"detail": [{"loc": [], "msg": "", "type": ""}]}
{"properties": {"detail": {"items": {"properties": {"loc": {"items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}, "type": "array", "title": "Location"}, "msg": {"type": "string", "title": "Message"}, "type": {"type": "string", "title": "Error Type"}}, "type": "object", "required": ["loc", "msg", "type"], "titl...
d7df08bb-0d38-4bb0-84fd-ae4d9cf415f9/ad22fd46-85e8-4cb7-b7ff-c399fe87a142/0/0
Text Summarizer
This is an API that'll take any block of text and summarize it. It works best with longer-form text more than 3 sentences long.
0
by POST
This endpoint is used to summarize text provided in the query parameter named 'body'
200
200
{"original_text": "This is a sample text. It contains some information. The information is useful.", "summary": "This is a sample text. It contains some information. The information is useful.", "word_count": 15, "summary_count": 3}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"original_text": {"type": "string"}, "summary": {"type": "string"}, "word_count": {"type": "integer"}, "summary_count": {"type": "integer"}}, "required": ["original_text", "summary", "summary_count", "word_count"]}
d7df08bb-0d38-4bb0-84fd-ae4d9cf415f9/faa648af-c26e-4607-996f-5ca520cf6282/0/0
Text Summarizer
This is an API that'll take any block of text and summarize it. It works best with longer-form text more than 3 sentences long.
0
by GET
This endpoint is used to summarize text provided in the query parameter named 'body'
200
200
{"original_text": "This is a sample text. It contains some information. The information is useful.", "summary": "This is a sample text. It contains some information. The information is useful.", "word_count": 15, "summary_count": 3}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"original_text": {"type": "string"}, "summary": {"type": "string"}, "word_count": {"type": "integer"}, "summary_count": {"type": "integer"}}, "required": ["original_text", "summary", "summary_count", "word_count"]}
f8b30feb-6ccd-4ab5-98c8-98d80809cea0/e0ded051-f469-4725-8b74-a03f9dd8af3e/0/0
AI Text to Code Generation
Many different endpoints for specific use cases. Generate & Explain Code, Generate SQL queries, AI Chat - For more check out programming-helper.com
0.2
Explain Code
Explains a snippet of code in natural language.
200
Response
{"message": "\n \nThe console.log() statement allows the programmer to display a message to the console. In this case, the code simply logs \"hello world\" to the console.\n\n"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"message": {"type": "string"}}, "required": ["message"]}
f8b30feb-6ccd-4ab5-98c8-98d80809cea0/f19552d4-4965-438b-b9ea-a738c3614521/0/0
AI Text to Code Generation
Many different endpoints for specific use cases. Generate & Explain Code, Generate SQL queries, AI Chat - For more check out programming-helper.com
0.2
Text to SQL Syntax
Generate SQL queries from Text
200
Response
{"message": "\nSELECT * FROM user WHERE city = 'LA' OR city = 'NYC';\n"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"message": {"type": "string"}}, "required": ["message"]}
f8b30feb-6ccd-4ab5-98c8-98d80809cea0/bb9c1e82-1c1a-4a46-8ae9-ce33510c5cff/0/0
AI Text to Code Generation
Many different endpoints for specific use cases. Generate & Explain Code, Generate SQL queries, AI Chat - For more check out programming-helper.com
0.2
Generate Code from Natural Language
Generate code from text input
200
Response
{"message": "\ndef bubbleSort(arr):\n n = len(arr)\n \n # Traverse through all array elements\n for i in range(n):\n\n # Last i elements are already in place\n for j in range(0, n-i-1):\n\n # traverse the array from 0 to n-i-1\n # Swap if the element found is greater\n ...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"message": {"type": "string"}}, "required": ["message"]}
f8b30feb-6ccd-4ab5-98c8-98d80809cea0/d746d181-1a00-491e-b1ef-14dbbe30af5c/0/0
AI Text to Code Generation
Many different endpoints for specific use cases. Generate & Explain Code, Generate SQL queries, AI Chat - For more check out programming-helper.com
0.2
Chat Conversation
Have a conversation like experience.
200
Response
{"message": " Python is a powerful, versatile programming language that is widely used for a variety of applications, from web and game development to scientific computing and artificial intelligence. Python is known for its ease of use, readability, and flexibility, making it a great choice for new and experienced pro...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"message": {"type": "string"}}, "required": ["message"]}
d175623d-6355-4d77-b9a0-aaaebe0fb3dd/da17b0aa-4ab8-4564-b2a2-46e5bef5c052/0/0
Receipt Image Question Answering
Ask questions using natural language about images of your receipts.
null
Receipt Parsing
Parse a receipt image from any format and get returned JSON
200
New Example
{"menu": [{"nm": "Main Street Restaurant", "num": "6332", "price": "Drive"}, {"nm": "Suite 528", "num": "Palo Alto California 94301", "price": "575-1628095"}], "sub_total": {"subtotal_price": [{"price": "11111"}, {"nm": "Transaction ID:", "num": "#e6d598ef", "price": "CREDIT"}, {"nm": "PURCHASE", "num": "Number:"}, {"n...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"menu": {"type": "array", "items": {"type": "object", "properties": {"nm": {"type": "string"}, "num": {"type": "string"}, "price": {"type": "string"}}, "required": ["nm", "num", "price"]}}, "sub_total": {"type": "object", "properties": {"sub...
d175623d-6355-4d77-b9a0-aaaebe0fb3dd/d4809698-c0cf-46c5-95d8-24ee0269e50c/0/0
Receipt Image Question Answering
Ask questions using natural language about images of your receipts.
null
Receipt Question Answering
Ask a question about your receipt. The API takes two parameters image_url and question.
200
Answer Response
{"question": "what is the total?", "answer": "26.65"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"question": {"type": "string"}, "answer": {"type": "string"}}, "required": ["answer", "question"]}
59bf1af3-dcb4-45fe-926b-955d66d7f58a/56a40c00-da6c-4c1d-b24d-27cb66732b6f/0/0
Stable Diffusion SDXL
Stable Diffusion XL (SDXL 1.0 Base + Refiner) endpoints make you able to generate quality photos using the following params: prompt text negative prompt text width height number of inference steps
null
Generate new photo (Base + Refiner)
It generates a new photo using Stable Diffusion model XL 1.0 returning a base 64 image encoded. This endpoint inference uses the Base model and Refiner to provide much better resolutions and details. It usually takes 10 seconds on average We strongly recommend to use a long timeout (max 1 min) due to timing to generate...
200
New Example
{"statusCode": 200, "image": ["base64image"], "message": "Successfully generated", "run_id": "7260b701-119c-4df1-8ca6-bb3175b01411", "run_time": 21870.070695877075}
{"type": "object", "properties": {"statusCode": {"type": "integer"}, "image": {"type": "array", "items": {"type": "string"}}, "message": {"type": "string"}, "run_id": {"type": "string"}, "run_time": {"type": "number"}}}
54dc8b0e-34bd-4310-b535-ddd2053b0b40/dc09d10d-41f9-4d58-baae-1dadfb0ce38c/0/0
Midjourney : AI Image Generation
Unlock Your Creativity with Midjourney: AI Image Generation API - Simple and Powerful Image Magic! 📸✨
null
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"]}
54dc8b0e-34bd-4310-b535-ddd2053b0b40/dc09d10d-41f9-4d58-baae-1dadfb0ce38c/1/0
Midjourney : AI Image Generation
Unlock Your Creativity with Midjourney: AI Image Generation API - Simple and Powerful Image Magic! 📸✨
null
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...
54dc8b0e-34bd-4310-b535-ddd2053b0b40/dc09d10d-41f9-4d58-baae-1dadfb0ce38c/1/1
Midjourney : AI Image Generation
Unlock Your Creativity with Midjourney: AI Image Generation API - Simple and Powerful Image Magic! 📸✨
null
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"]}
741d2560-bfd8-4918-9480-93cce512a544/2b232e53-d0bc-4f73-961f-df3131ec5db3/0/0
nexia
Revolutionize your text processing capabilities with Nexia API. Features, include OpenAI GPT-3 powered prompt generation, prompt editing, sentiment and emotion analysis, and create customizable prompt instructions and save them for later usecases, will take your application to the next level. With Nexia API, you can a...
null
Register API User
This endpoint is for registering a new API user and returns the API token key. It accepts a POST request with the email and password of the user. The request should be sent to the URL associated with this endpoint ** /register/**.
201
Response
{"user": {"email": "jack@example.com", "username": "jack", "token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6IjIxOWRhMDczLTA3NTctNGRmZS04NjY2LTRmOTMyZTUwYTgzZSIsImV4cCI6MTY4NzU2Mzc0NX0.swfrGlQIPPG4xqpSTbd0IkhRrOAjuRBU7Cze5XyNlYw"}}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"user": {"type": "object", "properties": {"email": {"type": "string"}, "username": {"type": "string"}, "token": {"type": "string"}}, "required": ["email", "token", "username"]}}, "required": ["user"]}
1c0d0945-e017-4611-b305-a209442815ba/25eb72f1-ae34-4889-849c-f020ba43fdc7/0/0
ChatGPT
ChatGPT API
8.5
createChatCompletion
Chat completion
200
gpt-3.5-turbo
{"model": "gpt-3.5-turbo", "messages": [{"role": "system", "content": "how are you?", "name": "Ahmad"}], "temperature": 1, "top_p": 1, "n": 1, "stream": false, "stop": "", "max_tokens": 20, "presence_penalty": 0, "frequency_penalty": 0, "logit_bias": {}, "user": "user-1234"}
{"type": "object", "properties": {"id": {"type": "string"}, "object": {"type": "string"}, "created": {"type": "integer"}, "model": {"type": "string"}, "choices": {"type": "array", "items": {"type": "object", "properties": {"index": {"type": "integer"}, "message": {"type": "object", "properties": {"role": {"type": "stri...
1c0d0945-e017-4611-b305-a209442815ba/020f216a-ff8f-42a9-8fb6-7dad23693f9f/0/0
ChatGPT
ChatGPT API
8.5
createCompletion
Chat GPT completion
200
gpt-3.5-turbo
{"id": "cmpl-6wAPeGq71agfwzYRtdq7gzsYCJRLh", "object": "text_completion", "created": 1679321070, "model": "text-davinci-003", "choices": [{"text": "", "index": 0, "logprobs": {"tokens": [], "token_logprobs": [], "top_logprobs": null, "text_offset": []}, "finish_reason": "stop"}], "usage": {"prompt_tokens": 7, "total_to...
{"type": "object", "properties": {"id": {"type": "string"}, "object": {"type": "string"}, "created": {"type": "integer"}, "model": {"type": "string"}, "choices": {"type": "array", "items": {"type": "object", "properties": {"text": {"type": "string"}, "index": {"type": "integer"}, "logprobs": {"type": ["object", "null"]...
07ab9b7b-5dd8-4327-8866-9eb84c56f263/b3ad95c6-5b9a-4e0d-aecf-fd953e0629ed/0/0
LokingAI-Image
AI Image processing APIs providing functionalities such as image classification, object detection and image segmentation
null
desc__get
Get application description. Returns a simple response containing the description of the application. Returns: - ApiResponse: A response containing the application description. Example Response: { "data": { "app": "image" } }
200
null
{"error": ""}
{"properties": {"error": {"type": "string", "title": "Error"}, "data": {"title": "Data"}}, "type": "object", "title": "ApiResponse"}
07ab9b7b-5dd8-4327-8866-9eb84c56f263/62135c5f-87bb-411b-b467-5dd18fabb07a/0/0
LokingAI-Image
AI Image processing APIs providing functionalities such as image classification, object detection and image segmentation
null
detect_object_detect_object_post
Object detection. Detect objects in an uploaded image. Parameters: - payload: The uploaded image file. Returns: - DetectObjectResponse: A response containing object detection results for the uploaded image. Example Response: { "data": [ {"score": 0.85, "label": "cat", "box": {"xmin": 0.1, "ymin": 0.2, "xmax...
422
null
{"detail": [{"loc": [], "msg": "", "type": ""}]}
{"properties": {"detail": {"items": {"properties": {"loc": {"items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}, "type": "array", "title": "Location"}, "msg": {"type": "string", "title": "Message"}, "type": {"type": "string", "title": "Error Type"}}, "type": "object", "required": ["loc", "msg", "type"], "titl...
07ab9b7b-5dd8-4327-8866-9eb84c56f263/62135c5f-87bb-411b-b467-5dd18fabb07a/1/0
LokingAI-Image
AI Image processing APIs providing functionalities such as image classification, object detection and image segmentation
null
detect_object_detect_object_post
Object detection. Detect objects in an uploaded image. Parameters: - payload: The uploaded image file. Returns: - DetectObjectResponse: A response containing object detection results for the uploaded image. Example Response: { "data": [ {"score": 0.85, "label": "cat", "box": {"xmin": 0.1, "ymin": 0.2, "xmax...
200
null
{"error": "", "data": [{"score": 0, "label": "", "box": {"xmin": 0, "ymin": 0, "xmax": 0, "ymax": 0}}]}
{"properties": {"error": {"type": "string", "title": "Error"}, "data": {"items": {"properties": {"score": {"type": "number", "title": "Score"}, "label": {"type": "string", "title": "Label"}, "box": {"properties": {"xmin": {"type": "number", "title": "Xmin"}, "ymin": {"type": "number", "title": "Ymin"}, "xmax": {"type":...
07ab9b7b-5dd8-4327-8866-9eb84c56f263/0c4d8f0f-0b09-4b70-8893-144307a53d7a/0/0
LokingAI-Image
AI Image processing APIs providing functionalities such as image classification, object detection and image segmentation
null
segment_segment_post
Image segmentation. Segment an uploaded image into different regions. Parameters: - payload: The uploaded image file. Returns: - SegmentResponse: A response containing image segmentation results for the uploaded image. Example Response: { "data": [ {"label": "sky", "image": "base64_encoded_image"}, ...
422
null
{"detail": [{"loc": [], "msg": "", "type": ""}]}
{"properties": {"detail": {"items": {"properties": {"loc": {"items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}, "type": "array", "title": "Location"}, "msg": {"type": "string", "title": "Message"}, "type": {"type": "string", "title": "Error Type"}}, "type": "object", "required": ["loc", "msg", "type"], "titl...
07ab9b7b-5dd8-4327-8866-9eb84c56f263/0c4d8f0f-0b09-4b70-8893-144307a53d7a/1/0
LokingAI-Image
AI Image processing APIs providing functionalities such as image classification, object detection and image segmentation
null
segment_segment_post
Image segmentation. Segment an uploaded image into different regions. Parameters: - payload: The uploaded image file. Returns: - SegmentResponse: A response containing image segmentation results for the uploaded image. Example Response: { "data": [ {"label": "sky", "image": "base64_encoded_image"}, ...
200
null
{"error": "", "data": [{"label": "", "image": ""}]}
{"properties": {"error": {"type": "string", "title": "Error"}, "data": {"items": {"properties": {"label": {"type": "string", "title": "Label"}, "image": {"type": "string", "format": "binary", "title": "Image"}}, "type": "object", "required": ["label", "image"], "title": "SegmentOutput"}, "type": "array", "title": "Data...
07ab9b7b-5dd8-4327-8866-9eb84c56f263/f61f31e8-8ba4-462f-ae1c-36489233d7b5/0/0
LokingAI-Image
AI Image processing APIs providing functionalities such as image classification, object detection and image segmentation
null
classify_classify_post
Image classification. Classify an uploaded image using an image classification model. Parameters: - payload: The uploaded image file. Returns: - ClassifyResponse: A response containing classification results for the uploaded image. Example Response: { "data": [ {"score": 0.85, "label": "cat"}, {"sco...
200
null
{"error": "", "data": [{"score": 0, "label": ""}]}
{"properties": {"error": {"type": "string", "title": "Error"}, "data": {"items": {"properties": {"score": {"type": "number", "title": "Score"}, "label": {"type": "string", "title": "Label"}}, "type": "object", "required": ["score", "label"], "title": "ClassifierOutput"}, "type": "array", "title": "Data"}}, "type": "obj...
07ab9b7b-5dd8-4327-8866-9eb84c56f263/f61f31e8-8ba4-462f-ae1c-36489233d7b5/1/0
LokingAI-Image
AI Image processing APIs providing functionalities such as image classification, object detection and image segmentation
null
classify_classify_post
Image classification. Classify an uploaded image using an image classification model. Parameters: - payload: The uploaded image file. Returns: - ClassifyResponse: A response containing classification results for the uploaded image. Example Response: { "data": [ {"score": 0.85, "label": "cat"}, {"sco...
422
null
{"detail": [{"loc": [], "msg": "", "type": ""}]}
{"properties": {"detail": {"items": {"properties": {"loc": {"items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}, "type": "array", "title": "Location"}, "msg": {"type": "string", "title": "Message"}, "type": {"type": "string", "title": "Error Type"}}, "type": "object", "required": ["loc", "msg", "type"], "titl...
0c9a5709-7e3b-49d6-bdb1-3fa48baeb932/6525245c-3175-492a-9208-0c795f35aac1/0/0
Semrush Keyword Magic Tool
This Keyword Magic Tool API Find millions of keyword suggestions for your SEO. find Keyword, Volume, CPC (USD), Intent, Keyword Difficulty, SERP Features, Trend.
8.6
Keyword Overview
Dive into the largest keyword research database on the market and analyze everything you need to know about a keyword. Find long-tail keywords up to 500-10000.
200
Response
[{"Keyword Overview": {"CPC (USD)": 10.56, "Competitive Density": 0.44, "Intent": "Informational", "Keyword": "email marketing", "Keyword Difficulty": "99", "Number of Results": "4560000000", "SERP Features": "Featured snippet, Site links, FAQ, Reviews, Video, People also ask, Knowledge panel, Related searches, Ads top...
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"Keyword Overview": {"type": "object", "properties": {"CPC (USD)": {"type": "number"}, "Competitive Density": {"type": "number"}, "Intent": {"type": "string"}, "Keyword": {"type": "string"}, "Keyword Difficulty": {...
1f059d3e-065a-49b3-8752-cd5d363a6377/1153c635-2225-43ae-98c0-4b3171e4785b/0/0
Homesage.ai Property Intel - Elements
At homesage.ai, we are pioneering the proptech transformation, delivering advanced AI-driven solutions tailored to meet the unique needs of a broad spectrum of real estate and home improvement professionals, including realtors, contractors, developers, lenders, insurance companies, proptech and fintech platforms. Our A...
null
Renovation Cost
This API provides the renovation cost for a given property. The main input is the property address, with additional adjustable input parameters. By default, we use the square footage provided with property information. If the sqft is missing or you want to use a different sqft, you can specify the sqft in the optional ...
200
New Example
{"renovation_cost": 35275, "full_potential": 435716.58, "spread": 75716.58, "value_gap": 0.21, "estimated_value_increase": 84009.58}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"renovation_cost": {"type": "integer"}, "full_potential": {"type": "number"}, "spread": {"type": "number"}, "value_gap": {"type": "number"}, "estimated_value_increase": {"type": "number"}}, "required": ["estimated_value_increase", "full_pote...
1f059d3e-065a-49b3-8752-cd5d363a6377/fad2068f-183d-43f6-a987-4b7dd74f100b/0/0
Homesage.ai Property Intel - Elements
At homesage.ai, we are pioneering the proptech transformation, delivering advanced AI-driven solutions tailored to meet the unique needs of a broad spectrum of real estate and home improvement professionals, including realtors, contractors, developers, lenders, insurance companies, proptech and fintech platforms. Our A...
null
is TLC
This API uses computer vision to detect if a given property needs remodeling.
200
New Example
{"tlc": "no"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"tlc": {"type": "string"}}, "required": ["tlc"]}
1f059d3e-065a-49b3-8752-cd5d363a6377/ded544c1-c334-41b8-9d29-63db9ba4bf51/0/0
Homesage.ai Property Intel - Elements
At homesage.ai, we are pioneering the proptech transformation, delivering advanced AI-driven solutions tailored to meet the unique needs of a broad spectrum of real estate and home improvement professionals, including realtors, contractors, developers, lenders, insurance companies, proptech and fintech platforms. Our A...
null
Home Value Graph
This API provides historical home value data for a given property. By inputting the property's address, users can retrieve a graph showing the home's value over time.
200
New Example
{"home_value": [{"month": "08", "year": "2023", "estimate": 279275.69}, {"month": "07", "year": "2023", "estimate": 274306.6}, {"month": "06", "year": "2023", "estimate": 326451.19}, {"month": "05", "year": "2023", "estimate": 342481.46}, {"month": "04", "year": "2023", "estimate": 359549.12}, {"month": "03", "year": "...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"home_value": {"type": "array", "items": {"type": "object", "properties": {"month": {"type": "string"}, "year": {"type": "string"}, "estimate": {"type": "number"}}, "required": ["estimate", "month", "year"]}}}, "required": ["home_value"]}
1f059d3e-065a-49b3-8752-cd5d363a6377/43283d06-10d3-42e9-b6ca-0dd653062075/0/0
Homesage.ai Property Intel - Elements
At homesage.ai, we are pioneering the proptech transformation, delivering advanced AI-driven solutions tailored to meet the unique needs of a broad spectrum of real estate and home improvement professionals, including realtors, contractors, developers, lenders, insurance companies, proptech and fintech platforms. Our A...
null
Property Info
This API provides property information for a given home.
200
New Example
{"listing_price": 360000, "estimated_value": "", "sf": 1411, "psf": 255.13819985825654, "dom": 6, "property_features": {"Interior": {"Bedrooms": {"Bedrooms": "3"}, "Bathrooms": {"Total Bathrooms": "2", "Full Bathrooms": "1", "3/4 Bathrooms": "1"}, "Appliances": {"Feature 1": "Dishwasher", "Feature 2": "Garbage Disposal...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"listing_price": {"type": "integer"}, "estimated_value": {"type": "string"}, "sf": {"type": "integer"}, "psf": {"type": "number"}, "dom": {"type": "integer"}, "property_features": {"type": "object", "properties": {"Interior": {"type": "objec...
1f059d3e-065a-49b3-8752-cd5d363a6377/a5510f1e-bda9-4e97-9d16-44dabb8c6041/0/0
Homesage.ai Property Intel - Elements
At homesage.ai, we are pioneering the proptech transformation, delivering advanced AI-driven solutions tailored to meet the unique needs of a broad spectrum of real estate and home improvement professionals, including realtors, contractors, developers, lenders, insurance companies, proptech and fintech platforms. Our A...
null
Investment Potential
This API provides investment potential for a given property calculated by advanced proprietary algorithms. This information is valuable for investors, homebuyers and real estate professionals who want a quick assessment of a property's equity potential.
200
New Example
{"investment_potential": "Good"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"investment_potential": {"type": "string"}}, "required": ["investment_potential"]}
1f059d3e-065a-49b3-8752-cd5d363a6377/f7a02754-4f7d-4108-88a5-c455df9c35ae/0/0
Homesage.ai Property Intel - Elements
At homesage.ai, we are pioneering the proptech transformation, delivering advanced AI-driven solutions tailored to meet the unique needs of a broad spectrum of real estate and home improvement professionals, including realtors, contractors, developers, lenders, insurance companies, proptech and fintech platforms. Our A...
null
PFS
This API provides a score indicating the price flexibility of a given property. This score can assist in increasing the contract-to-offer ratio.
200
New Example
{"pfs": 2.3382}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"pfs": {"type": "number"}}, "required": ["pfs"]}
ad46d71f-e96e-4656-acff-4283475efc02/c966ce97-c09e-42ba-b2fc-9652c3bdf832/0/0
BLuedartBOTAI
Shipment BOT
null
/shipment
This API exposes a service for fetching shipment details, status.
400
null
{"status": 400, "title": "Bad Request", "error-response": "Request validation error.Please check the request payload."}
{"type": "string"}
ad46d71f-e96e-4656-acff-4283475efc02/c966ce97-c09e-42ba-b2fc-9652c3bdf832/2/0
BLuedartBOTAI
Shipment BOT
null
/shipment
This API exposes a service for fetching shipment details, status.
401
null
{"status": 401, "title": "Unauthorized", "error-response": "Access to the resource is not allowed."}
{"type": "object"}
695a91a5-e5ae-4e30-b99d-b48d12b1e640/5feed197-912e-4398-9ab9-cbc62a222df5/0/0
GPT-3 Encoder & Tokenizer
This is the official GPT-3 tokenizer, the same tokenizer is being used by OpenAI here https://platform.openai.com/tokenizer. contact : um3r.it@gmail.com
null
Decode Tokens [from tokens to text]
This endpoint is designed to convert a sequence of tokens back into their corresponding text format. This endpoint accepts a list of token IDs as input and returns the original text representation of the tokens.
200
Decode - Example - 1
{"decoded": "this is a test"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"decoded": {"type": "string"}}, "required": ["decoded"]}
695a91a5-e5ae-4e30-b99d-b48d12b1e640/6646026e-4225-445d-b944-128752fc876c/0/0
GPT-3 Encoder & Tokenizer
This is the official GPT-3 tokenizer, the same tokenizer is being used by OpenAI here https://platform.openai.com/tokenizer. contact : um3r.it@gmail.com
null
Encode & Get Number Tokens [from text to tokens]
The following endpoint is highly useful as it provides the count of tokens. Additionally, it can also return the token IDs upon request. However, it is advisable to request token IDs only when required, as it may increase the response time.
200
Encode - Example - 1
{"encoded": [5661, 318, 257, 1332], "length": 4}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"encoded": {"type": "array", "items": {"type": "integer"}}, "length": {"type": "integer"}}, "required": ["encoded", "length"]}
9ffd3f09-f5fd-4d4d-aacf-1ec5feee0516/a96fac07-8832-42a5-b49b-25da05cef019/0/0
LLM/OCR - Document Extraction
Extract account and transactions data from bank account statements with 99.9% accuracy
null
banking_ocr_bank_post
422
null
{"detail": [{"loc": [], "msg": "", "type": ""}]}
{"properties": {"detail": {"items": {"properties": {"loc": {"items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}, "type": "array", "title": "Location"}, "msg": {"type": "string", "title": "Message"}, "type": {"type": "string", "title": "Error Type"}}, "type": "object", "required": ["loc", "msg", "type"], "titl...
50b80bd8-3304-4435-a774-8cb59f7d76ae/930bec1b-c4a1-4e2d-b408-a58a0d71d2ce/0/0
Omniinfer
Omniinfer API: Fast Image Generation for 10,000+ Models - Get Started For Free! 💡 Features: Text-to-Image / Image-to-Image / ControlNet / LoRA / Inpainting, supporting over 10,000+ models (including Stable Diffusion 1.x/2.x, SDXL 1.0, following civitai models, sfw / nsfw, 18+ / no 18+, hentai / no hentai, dreamlike, ...
9.3
Text to Image
For asynchronous image generation, only a task_id will be returned. You should use the task_id to make a call to the /v2/progress API endpoint in order to retrieve the image generation results. The output is provided in the format of "image/png". The request cost is influenced by the following parameters: width, height...
200
New Example
{"code": 0, "msg": "", "data": {"task_id": "b20ad2ed-7273-42a1-8a07-3428b0926719"}}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"code": {"type": "integer"}, "msg": {"type": "string"}, "data": {"type": "object", "properties": {"task_id": {"type": "string"}}, "required": ["task_id"]}}, "required": ["code", "data", "msg"]}
50b80bd8-3304-4435-a774-8cb59f7d76ae/44327c05-01c1-4bcd-a193-35b5148eb29b/0/0
Omniinfer
Omniinfer API: Fast Image Generation for 10,000+ Models - Get Started For Free! 💡 Features: Text-to-Image / Image-to-Image / ControlNet / LoRA / Inpainting, supporting over 10,000+ models (including Stable Diffusion 1.x/2.x, SDXL 1.0, following civitai models, sfw / nsfw, 18+ / no 18+, hentai / no hentai, dreamlike, ...
9.3
Progress
This page will help you get started with text to image. Support ControlNet. Note if you get "status":0 in the response, please try this endpoint later untill the status become to 2
200
New Example
{"code": 0, "msg": "", "data": {"status": 2, "progress": 1, "eta_relative": 0, "imgs": ["https://stars-test.s3.amazonaws.com/piers/b20ad2ed-7273-42a1-8a07-3428b0926719-0.png", "https://stars-test.s3.amazonaws.com/piers/b20ad2ed-7273-42a1-8a07-3428b0926719-1.png"], "info": "{\"prompt\": \"(Studio ghibli), nekopara, high...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"code": {"type": "integer"}, "msg": {"type": "string"}, "data": {"type": "object", "properties": {"status": {"type": "integer"}, "progress": {"type": "integer"}, "eta_relative": {"type": "integer"}, "imgs": {"type": "array", "items": {"type"...
50b80bd8-3304-4435-a774-8cb59f7d76ae/c77a042e-0ee1-46d6-a36e-cef7d63e092d/0/0
Omniinfer
Omniinfer API: Fast Image Generation for 10,000+ Models - Get Started For Free! 💡 Features: Text-to-Image / Image-to-Image / ControlNet / LoRA / Inpainting, supporting over 10,000+ models (including Stable Diffusion 1.x/2.x, SDXL 1.0, following civitai models, sfw / nsfw, 18+ / no 18+, hentai / no hentai, dreamlike, ...
9.3
Image to Image
This page will help you get started with text to image. Support ControlNet.
200
New Example
{"code": 0, "msg": "", "data": {"task_id": "b20ad2ed-7273-42a1-8a07-3428b0926719"}}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"code": {"type": "integer"}, "msg": {"type": "string"}, "data": {"type": "object", "properties": {"task_id": {"type": "string"}}, "required": ["task_id"]}}, "required": ["code", "data", "msg"]}
50b80bd8-3304-4435-a774-8cb59f7d76ae/ca9d0360-d460-47ec-b208-a72435afabba/0/0
Omniinfer
Omniinfer API: Fast Image Generation for 10,000+ Models - Get Started For Free! 💡 Features: Text-to-Image / Image-to-Image / ControlNet / LoRA / Inpainting, supporting over 10,000+ models (including Stable Diffusion 1.x/2.x, SDXL 1.0, following civitai models, sfw / nsfw, 18+ / no 18+, hentai / no hentai, dreamlike, ...
9.3
Get Models
This page will help you get started with text to image. Support ControlNet.
200
New Example
{"code": 0, "msg": ""}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"code": {"type": "integer"}, "msg": {"type": "string"}}, "required": ["code", "msg"]}
6cc7d8a8-141e-4877-8b72-197ed105825b/cfc23c46-04f7-43dd-a888-8fb4223fcd5b/0/0
AI Product Description Generator
Integrate API into your applications or websites to dynamically generate product descriptions based on user-provided keywords. Simply pass the desired product keywords as a parameter, and the API will return a concise and engaging product description in plain text format.
6.9
generate-product-description
This endpoint allows you to dynamically generate product descriptions based on user-provided keywords. It's designed to be a user-friendly and efficient way to obtain creative and informative product descriptions for various products.
200
New Example
{"product_description": "Introducing the Ball Red with Flag, the perfect way to show your patriotism! This ball is made of durable red rubber, and features a white stars and stripes pattern printed all over. It's perfect for a game of catch, or for decorating your home or office. Whether you're a proud American or simp...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"product_description": {"type": "string"}}, "required": ["product_description"]}
a3642860-f380-4084-840a-670ed76809eb/285169a0-d165-455d-a5e1-0ebed5a62668/1/0
AI Blog Writter
An AI-driven API that writes blog posts automatically
null
blog_plan_blog_plan_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...
a3642860-f380-4084-840a-670ed76809eb/a1f5ae2b-e00e-469b-ac0d-3bb62ac05a83/1/0
AI Blog Writter
An AI-driven API that writes blog posts automatically
null
blog_paragraph_blog_paragraph_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...
a3642860-f380-4084-840a-670ed76809eb/3261b73a-a163-4709-9996-fb12360957f5/0/0
AI Blog Writter
An AI-driven API that writes blog posts automatically
null
blog_article1_blog_article_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...
a3642860-f380-4084-840a-670ed76809eb/9fe954a8-ba7c-4b8d-b5a4-bfa2df002376/1/0
AI Blog Writter
An AI-driven API that writes blog posts automatically
null
listicle_action_listicle_action_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...
35876f5f-fa11-4578-a24a-aa585692c97f/5c6a1b11-4eef-47b8-86a2-e4bf0ee059eb/0/0
RolePlai - Ai RolePlay GPT Chatbot
Introducing "RolePlai" – the revolutionary AI powered chat bot app that features the world's most advanced AI technology, making it feel like you're talking to a real person. This cutting-edge app allows you to instantly create any celebrity, public profile, custom character, and personality with remarkable precision. ...
null
RolePlai Chat
Make sure your USERID is unique per user.
200
Response
{"status": "success", "code": 200, "data": {"UserID": "12345", "Role": "Angry Police Officer", "Message": "Officer, why did you pull me over?", "Reply": "You were driving way too fast! Slow down before you hurt someone!"}}
{"type": "object", "properties": {"status": {"type": "string"}, "code": {"type": "integer"}, "data": {"type": "object", "properties": {"UserID": {"type": "string"}, "Role": {"type": "string"}, "Message": {"type": "string"}, "Reply": {"type": "string"}}}}}
c48dbbe1-41e5-4af9-a715-ba60111b79fc/027c86be-b951-4a97-a033-c5eeaccab653/0/0
AI Google Keyword Research Planner
Keyword Tool Is The Best Alternative To Google Keyword Planner And Other Keyword Research Tools
0.2
Discover Keyword Overview
analyze everything you need to know about a keyword. Get a historical perspective.
200
Response
[{"Comprehensive Keyword Analysis": "Keyword Overview full analysis with SERP Analysis, Keword Trending History, related Queries and keyword intrest by region On Google Trends, Related Keywords data."}, {"Keyword Overview": {"Avg. monthly searches": "49500", "Competition": "Low", "Competition (indexed value)": "2", "Ke...
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"Comprehensive Keyword Analysis": {"type": "string"}, "Keyword Overview": {"type": "object", "properties": {"Avg. monthly searches": {"type": "string"}, "Competition": {"type": "string"}, "Competition (indexed valu...
c48dbbe1-41e5-4af9-a715-ba60111b79fc/8e962a5f-f122-4418-aaf4-74e858d5cff0/0/0
AI Google Keyword Research Planner
Keyword Tool Is The Best Alternative To Google Keyword Planner And Other Keyword Research Tools
0.2
best keyword ideas
Enter a topic and get your list of best keyword Ideas for you. Keyword Ideas with this API — it’s easy as one, two, three!
200
Response
[{"Related Keywords": [{"Total Related Keywords": 2}, {"Avg. monthly searches": "37200000", "Competition": "Low", "Competition (indexed value)": "17", "Keyword": "amazon", "Searches: Apr 2023": "37200000", "Searches: Aug 2023": "45500000", "Searches: Dec 2022": "37200000", "Searches: Feb 2023": "30400000", "Searches: J...
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"Related Keywords": {"type": "array", "items": {"type": "object", "properties": {"Total Related Keywords": {"type": "integer"}, "Avg. monthly searches": {"type": "string"}, "Competition": {"type": "string"}, "Compe...
dd5a2e82-65c8-4b19-96ab-d0a05a1869c3/5fed5412-6675-4c1d-8ebe-998cb7509067/0/0
Realistic Text to Speech
Experience the future of speech technology with our Realistic Text to Speech service! Transform written content into lifelike audio with unparalleled accuracy and naturalness. Our advanced AI-driven system ensures flawless pronunciation, intonation, and emotion, making every word come alive. Whether for e-learning, aud...
9.3
Generate Text-to-Speech
Generate Text-to-Speech
200
Sample Response
[{"link": "https://s3.ap-southeast-1.amazonaws.com/invideo-uploads-ap-southeast-1/speechen-US-Neural2-A16908338875030.mp3", "block_index": 0, "duration": 36.936, "size": 147744}]
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"link": {"type": "string"}, "block_index": {"type": "integer"}, "duration": {"type": "number"}, "size": {"type": "integer"}}, "required": ["block_index", "duration", "link", "size"]}}
dd5a2e82-65c8-4b19-96ab-d0a05a1869c3/361c609a-11c3-4ae3-816b-783d745ecdf8/0/0
Realistic Text to Speech
Experience the future of speech technology with our Realistic Text to Speech service! Transform written content into lifelike audio with unparalleled accuracy and naturalness. Our advanced AI-driven system ensures flawless pronunciation, intonation, and emotion, making every word come alive. Whether for e-learning, aud...
9.3
Voices
Get list of voices
200
New Example
{"data": [{"id": 2001, "voice_id": "de-DE-Neural2-B", "gender": "Male", "language_code": "de-DE", "language_name": "German", "voice_name": "Felix", "sample_text": "Hallo, ich hoffe, du hast eine tolle Zeit beim Erstellen deines Videos.", "sample_audio_url": "https://s3.ap-south-1.amazonaws.com/invideo-uploads-ap-south-...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "voice_id": {"type": "string"}, "gender": {"type": "string"}, "language_code": {"type": "string"}, "language_name": {"type": "string"}, "voice_na...
2dc22685-10bb-4801-97c9-bd32a8872913/38330497-c662-46d9-9160-908e7e34f5dd/0/0
Openai Account - Chatgpt API | Tiktok Account
Openai Account For API, Chatgpt 3.5 API
5.9
get openai account
Get an openai account with a credit limit of $5. You can get the account, password, email, and email password.
200
SUCCESS
{"code": 200, "data": {"account": "xiqutijustca@mail.com", "password": "0EyGSrXc4M", "email": "xiqutijustca@mail.com", "email_password": "0EyGSrXc4M", "key": "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"}, "msg": "success"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"code": {"type": "integer"}, "data": {"type": "object", "properties": {"account": {"type": "string"}, "password": {"type": "string"}, "email": {"type": "string"}, "email_password": {"type": "string"}, "key": {"type": "string"}}, "required": ...
2dc22685-10bb-4801-97c9-bd32a8872913/38330497-c662-46d9-9160-908e7e34f5dd/1/0
Openai Account - Chatgpt API | Tiktok Account
Openai Account For API, Chatgpt 3.5 API
5.9
get openai account
Get an openai account with a credit limit of $5. You can get the account, password, email, and email password.
400
New Example
{"code": 400, "msg": "Insufficient number of accounts, please contact the author", "data": []}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"code": {"type": "integer"}, "msg": {"type": "string"}, "data": {"type": "array"}}, "required": ["code", "data", "msg"]}
eea4e4c0-efd7-43b1-88d3-cfed9623c796/53df594d-3330-48c5-ae06-b78379226220/0/0
Keyword Magic Tool
Keyword Magic Tool. Find millions of keyword suggestions for your SEO.
0.3
Keyword Overview
Find long-tail keywords up to 10000. find Keyword, Volume, CPC (USD), Intent, Keyword Difficulty, SERP Features, Trend.
200
Response
[{"Keyword Overview": {"CPC (USD)": "0", "Competitive Density": "0", "Group": "nagar", "Intent": "Informational", "Keyword": "pincode of gomti nagar lucknow", "Keyword Difficulty": "29", "Number of Results": "76", "SERP Features": "\"Featured snippet, Indented, Video, People also ask, Related searches\"", "Trend": "\"1...
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"Keyword Overview": {"type": "object", "properties": {"CPC (USD)": {"type": "string"}, "Competitive Density": {"type": "string"}, "Group": {"type": "string"}, "Intent": {"type": "string"}, "Keyword": {"type": "stri...
eea4e4c0-efd7-43b1-88d3-cfed9623c796/35f490f5-9e7d-44b3-aaaf-6197973d786b/0/0
Keyword Magic Tool
Keyword Magic Tool. Find millions of keyword suggestions for your SEO.
0.3
Keyword Ideas
Keyword Ideas
200
Response
[{"Related Keywords": [{"Total Related Keywords": 16}, {"CPC (USD)": "0", "Keyword": "pincode of gomti nagar lucknow", "Keyword Difficulty": "29", "Number of Results": "76", "Updated": "September 04, 2023", "Volume": "390"}, {"CPC (USD)": "0", "Keyword": "pincode of indira nagar lucknow", "Keyword Difficulty": "31", "N...
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"Related Keywords": {"type": "array", "items": {"type": "object", "properties": {"Total Related Keywords": {"type": "integer"}, "CPC (USD)": {"type": "string"}, "Keyword": {"type": "string"}, "Keyword Difficulty": ...
9a1d5fe0-bae1-4ab5-928c-bd51b38eb909/6e991f3f-1b2e-4ef2-8679-295f4ce7cb1f/1/0
Private Equity Models
Essential cash flow, risk, and pricing models for PE funds and deals
null
nav_discount_air_nowcaster_nav_discount_post
NAV DISCOUNT Specify your input parameters in the request body: - fund_segment: choose from ['BO', 'VC', 'PE', 'RE', 'PD', 'INF', 'NATRES', 'FOF'] - nav: current fund Net Asset Value (NAV) - age: current fund age (in years)
422
null
{"detail": [{"loc": [], "msg": "", "type": ""}]}
{"properties": {"detail": {"items": {"properties": {"loc": {"items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}, "type": "array", "title": "Location"}, "msg": {"type": "string", "title": "Message"}, "type": {"type": "string", "title": "Error Type"}}, "type": "object", "required": ["loc", "msg", "type"], "titl...
9a1d5fe0-bae1-4ab5-928c-bd51b38eb909/6f705a88-c794-456c-96bc-6611326f9014/1/0
Private Equity Models
Essential cash flow, risk, and pricing models for PE funds and deals
null
sdf_price_range_air_nowcaster_sdf_price_range_post
SDF PRICE RANGE Specify your input parameters in the request body: - fund_segment: choose from ['BO', 'VC', 'PE', 'RE', 'PD', 'INF', 'NATRES', 'FOF'] - macro_environment: choose from ['average', 'medium', 'super', 'good', 'bad', 'evil'] - rf_rate: risk-free rate (0.01 corresponds to 1% risk-free rate p.a.) - list_input...
422
null
{"detail": [{"loc": [], "msg": "", "type": ""}]}
{"properties": {"detail": {"items": {"properties": {"loc": {"items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}, "type": "array", "title": "Location"}, "msg": {"type": "string", "title": "Message"}, "type": {"type": "string", "title": "Error Type"}}, "type": "object", "required": ["loc", "msg", "type"], "titl...
9a1d5fe0-bae1-4ab5-928c-bd51b38eb909/a48b8e4f-3f48-476f-8747-30aa17c62590/1/0
Private Equity Models
Essential cash flow, risk, and pricing models for PE funds and deals
null
short_term_return_nowcast_air_nowcaster_short_term_return_nowcast_post
SHORT-TERM RETURN NOWCAST Specify your input parameters in the request body: - fund_segment: choose from ['BO', 'VC', 'PE', 'RE', 'PD', 'INF', 'NATRES', 'FOF'] - number_funds: number of funds in the portfolio
422
null
{"detail": [{"loc": [], "msg": "", "type": ""}]}
{"properties": {"detail": {"items": {"properties": {"loc": {"items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}, "type": "array", "title": "Location"}, "msg": {"type": "string", "title": "Message"}, "type": {"type": "string", "title": "Error Type"}}, "type": "object", "required": ["loc", "msg", "type"], "titl...
9a1d5fe0-bae1-4ab5-928c-bd51b38eb909/c63b5d0e-b2a2-4b48-8aa7-1908508ed966/0/0
Private Equity Models
Essential cash flow, risk, and pricing models for PE funds and deals
null
cash_flow_terminator_cft_23_machine_learning_cash_flow_expectations_post
422
null
{"detail": [{"loc": [], "msg": "", "type": ""}]}
{"properties": {"detail": {"items": {"properties": {"loc": {"items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}, "type": "array", "title": "Location"}, "msg": {"type": "string", "title": "Message"}, "type": {"type": "string", "title": "Error Type"}}, "type": "object", "required": ["loc", "msg", "type"], "titl...
9a1d5fe0-bae1-4ab5-928c-bd51b38eb909/ed4883ac-2b67-43bd-b614-c855242a9ddd/1/0
Private Equity Models
Essential cash flow, risk, and pricing models for PE funds and deals
null
cash_flow_terminator_cft_23_machine_learning_cash_flow_paths_post
422
null
{"detail": [{"loc": [], "msg": "", "type": ""}]}
{"properties": {"detail": {"items": {"properties": {"loc": {"items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}, "type": "array", "title": "Location"}, "msg": {"type": "string", "title": "Message"}, "type": {"type": "string", "title": "Error Type"}}, "type": "object", "required": ["loc", "msg", "type"], "titl...
9a1d5fe0-bae1-4ab5-928c-bd51b38eb909/07c802a8-8558-459c-ad9f-1429128b6089/0/0
Private Equity Models
Essential cash flow, risk, and pricing models for PE funds and deals
null
cash_flow_terminator_cft_23_machine_learning_cash_flow_quantiles_post
422
null
{"detail": [{"loc": [], "msg": "", "type": ""}]}
{"properties": {"detail": {"items": {"properties": {"loc": {"items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}, "type": "array", "title": "Location"}, "msg": {"type": "string", "title": "Message"}, "type": {"type": "string", "title": "Error Type"}}, "type": "object", "required": ["loc", "msg", "type"], "titl...
60f3d66d-217a-4e3a-a23c-f4730d637362/ade55761-a1f7-4b3b-925b-842a7aebb9d3/0/0
AI Written Articles - Multi-Lingual - Long and Short - Smodin Author
Smodin Author's API for the article writer. Articles are written using using an AI-based approach to sourcing the content on the web. Content from the web can be sourced in any language, and relevant sources are included with each paragraph.
7.8
Article Writer
RAPID API test endpoint only returns a mock response. We recommend you use postman to test real data. **For questions or how to use Postman, please see "About" FAQ.
200
New Example
{"language": "en", "title": "Automobiles will be Self-driving by 2030", "sections": [{"title": "autonomous vehicles will be commonplace by 2030.", "paragraphs": [{"text": "We might not be ready for the average driver to have a fully autonomous car by 2030. Autonomous vehicles raise legal questions and even if the techn...
{"type": "object", "properties": {"language": {"type": "string"}, "title": {"type": "string"}, "sections": {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "paragraphs": {"type": "array", "items": {"type": "object", "properties": {"text": {"type": "string"}, "sources": {"type": ...
edc336d8-7067-4d15-be57-2b8a17dce4ce/2eeb1aef-fd74-4be8-9a64-543599533495/0/0
Title Generator
The Title Generator is a tool that generates creative and engaging titles for a given topic or theme. It uses natural language processing and machine learning algorithms to analyze and understand the content, and then generates a list of potential titles that are relevant, attention-grabbing, and search engine optimize...
null
Generate Title
Generates a title for the given passage
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"]}
e03d3928-a1d5-4e79-af13-823684b70f89/fae08b8d-9aa1-4e20-8e4d-fc4cc608a590/0/0
Summate.it
Quickly summarize web articles with OpenAI
7.7
Summarize
Pass in a web article URL and get a summary of the article back. Optionally you can pass in a language code you'd like the summary to be translated to.
200
BBC
{"success": true, "title": "Five dead on Titan sub were 'true explorers' - OceanGate", "summary": ["Five people died on the Titan submersible, which disappeared near the Titanic wreck.", "The men on board, including the CEO of OceanGate, were described as 'true explorers'.", "Debris from the submersible has been found,...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"success": {"type": "boolean"}, "title": {"type": "string"}, "summary": {"type": "array", "items": {"type": "string"}}, "article_url": {"type": "string"}, "number_of_characters": {"type": "object", "properties": {"title": {"type": "integer"}...
e03d3928-a1d5-4e79-af13-823684b70f89/fae08b8d-9aa1-4e20-8e4d-fc4cc608a590/0/1
Summate.it
Quickly summarize web articles with OpenAI
7.7
Summarize
Pass in a web article URL and get a summary of the article back. Optionally you can pass in a language code you'd like the summary to be translated to.
200
BBC - translated
{"success": true, "title": "Cinco muertos en el submarino Titan eran 'verdaderos exploradores' - OceanGate", "summary": ["OceanGate califica a los cinco fallecidos en el submarino Titan como 'verdaderos exploradores'.", "Se encontraron partes del submarino a 487 metros de distancia del naufragio del Titanic.", "El subm...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"success": {"type": "boolean"}, "title": {"type": "string"}, "summary": {"type": "array", "items": {"type": "string"}}, "article_url": {"type": "string"}, "number_of_characters": {"type": "object", "properties": {"title": {"type": "integer"}...
e03d3928-a1d5-4e79-af13-823684b70f89/fae08b8d-9aa1-4e20-8e4d-fc4cc608a590/0/2
Summate.it
Quickly summarize web articles with OpenAI
7.7
Summarize
Pass in a web article URL and get a summary of the article back. Optionally you can pass in a language code you'd like the summary to be translated to.
200
Article extraction failed
{"success": false, "message": "Failed to extract article text from URL."}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"success": {"type": "boolean"}, "message": {"type": "string"}}, "required": ["message", "success"]}
95886bb5-0e07-4d4b-958c-2cdadbb8475d/eb345557-6484-4f89-8f6a-238ce5413c24/0/0
AI Gateway
Ethnicity Detection
null
Analyse image and return results
Performs actual image analysis and responds with results.
200
New Example
[{"id": "ai_wB5DLwCQ", "name": "Indian", "value": 0.418039, "app_id": "main"}, {"id": "ai_Z9rhv1Wb", "name": "Southeast Asian", "value": 0.24546358, "app_id": "main"}, {"id": "ai_zcm624Hj", "name": "Black", "value": 0.20572858, "app_id": "main"}, {"id": "ai_l7P4N9H3", "name": "Latino_Hispanic", "value": 0.06653468, "ap...
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "value": {"type": "number"}, "app_id": {"type": "string"}}}}
b9fb2680-b6d1-440e-938d-ba0774afc91e/12cbf953-fcc8-4d78-8c74-2889bfa27750/0/0
Gender Detection AI
Detects the gender of a person in an image.
null
Analyze Image
Return the detected gender of the people in the image.
200
Response
[{"id": "ai_mXrVvZH9", "name": "30-39", "value": 0.38479245, "app_id": "main"}, {"id": "ai_q4X20Gr3", "name": "20-29", "value": 0.30942336, "app_id": "main"}, {"id": "ai_gXF2jDsQ", "name": "40-49", "value": 0.15321177, "app_id": "main"}, {"id": "ai_j72vvqzX", "name": "50-59", "value": 0.05566495, "app_id": "main"}, {"i...
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "value": {"type": "number"}, "app_id": {"type": "string"}}, "required": ["app_id", "id", "name", "value"]}}