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
3ee2a970-f40e-48fc-87ef-d63f71db912f/36582679-07fc-4dbd-b6cf-d34709854d83/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
/events/search
200
null
{"distance": "79.4", "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....
{"type": "object", "properties": {"distance": {"type": "number", "format": "decimal", "description": "Distance between point (lat, lng) and event that shows in miles"}, "name": {"type": "string"}, "description": {"type": "string"}, "start_date": {"type": "string", "format": "datetime"}, "end_date": {"type": "string", "...
448ddcad-7f4b-477a-a688-590899a99ada/630510bf-c171-431c-8d1a-018f6dbdb06f/0/0
AWS Sentiment
Use the AWS Machine Learning Comprehend Service to understand the sentiment of text.
6.6
Sentiment
Uses the AWS Machine Learning Comprehend Service to understand the sentiment of text.
200
New Example
{"data": {"Sentiment": "POSITIVE", "SentimentScore": {"Mixed": 0.00018522649770602584, "Negative": 0.001645226264372468, "Neutral": 0.0005604489124380052, "Positive": 0.9976091384887695}}, "error": null}
{"type": "object", "properties": {"data": {"type": "object", "properties": {"Sentiment": {"type": "string"}, "SentimentScore": {"type": "object", "properties": {"Mixed": {"type": "number"}, "Negative": {"type": "number"}, "Neutral": {"type": "number"}, "Positive": {"type": "number"}}}}}, "error": {"type": "null"}}}
ec856a81-fa36-4c62-8e80-a27b38123a73/9895f6f6-399e-4099-ae62-0060b7889dd5/0/0
Mad GPT 4.0 8K API
Supercharge your AI-powered applications with our optimized proxy API, leveraging the cutting-edge power of GPT 4.0 with an impressive token limit of 8000. Our feature-rich API provides an array of advanced capabilities, including rate limiting, caching, error handling, analytics integration, extensive language support...
5.1
Chat Completion with GPT-4.0 at 8K
Performs chat completion using OpenAI GPT-4.0 with up to 8K tokens based on user input messages
400
Example
{"error": ""}
{"type": "object", "properties": {"error": {"type": "string"}}}
ec856a81-fa36-4c62-8e80-a27b38123a73/9895f6f6-399e-4099-ae62-0060b7889dd5/1/0
Mad GPT 4.0 8K API
Supercharge your AI-powered applications with our optimized proxy API, leveraging the cutting-edge power of GPT 4.0 with an impressive token limit of 8000. Our feature-rich API provides an array of advanced capabilities, including rate limiting, caching, error handling, analytics integration, extensive language support...
5.1
Chat Completion with GPT-4.0 at 8K
Performs chat completion using OpenAI GPT-4.0 with up to 8K tokens based on user input messages
200
Example
{"messages": [{"role": "", "content": ""}]}
{"type": "object", "properties": {"messages": {"type": "array", "items": {"type": "object", "properties": {"role": {"type": "string"}, "content": {"type": "string"}}, "required": ["role", "content"]}}}}
95bd99d4-b849-4f93-af70-35c855aa346d/1741b585-9a82-4026-a8bd-a7b03319b9c1/0/0
Object Detection
Detect all things present in the photo, with their bounding box include 600 category, up to 100 objects per photo depending on the repetition of the object in the photo & the min score you would like
null
Detect
Detect objects present in the photo, if there is 10 of thing X, the X thing will repeat 10 times in the result, each X has their bounding box(4 coordinations), the photo param is your jpg photo base64 encoded, the minscore is the minimum score you would like to get, it is between 0 & 1, the maximum number of detections...
200
Response
{"0": {"labelname": "Miniskirt", "score": 0.7243802547454834, "bbox": {"ymin": 0.11779293417930603, "xmin": 0.2582061290740967, "ymax": 0.8682694435119629, "xmax": 0.734973669052124}}, "1": {"labelname": "Bow and arrow", "score": 0.278759241104126, "bbox": {"ymin": 0.0037848353385925293, "xmin": 0, "ymax": 0.9952834844...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"0": {"type": "object", "properties": {"labelname": {"type": "string"}, "score": {"type": "number"}, "bbox": {"type": "object", "properties": {"ymin": {"type": "number"}, "xmin": {"type": "number"}, "ymax": {"type": "number"}, "xmax": {"type...
4235ed21-1c67-4890-904b-c7197ba01635/889af14e-2230-4f83-99f8-561775822f60/4/0
AI Joke Generator
Introducing the "AI Joke Generator API," your ultimate source of laughter! The AI Joke Generator API is a powerful tool that taps into the capabilities of artificial intelligence to provide you with an endless supply of jokes. Whether you're building a comedy app, enhancing a chatbot, or simply in need of a good chuckl...
7.2
/make_joke
Authentication: not required
200
null
{"result": ""}
{"type": "object", "properties": {"result": {"type": "string"}}}
cc667907-91c9-4ae3-99f5-dcb91ecd1e2e/542469f7-e23d-442f-a5d8-c946807d09a3/0/0
AI Query
Looking for the most cost-effective solution to supercharge your AI-powered SQL queries? Look no further!
7.6
Optimize a SQL Query
Optimize a SQL Query
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...
cc667907-91c9-4ae3-99f5-dcb91ecd1e2e/542469f7-e23d-442f-a5d8-c946807d09a3/1/0
AI Query
Looking for the most cost-effective solution to supercharge your AI-powered SQL queries? Look no further!
7.6
Optimize a SQL Query
Optimize a SQL Query
200
Optimize a SQL Query Example
{"response": "SELECT c.customer_id, c.first_name, c.last_name, r.rental_id, r.rental_date, r.return_date, p.amount \nFROM customer c\nJOIN rental r ON c.customer_id = r.customer_id\nJOIN payment p ON r.rental_id = p.rental_id\nWHERE p.amount > 100 \nAND r.rental_date > DATE_SUB(NOW(), INTERVAL 6 MONTH);"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"response": {"type": "string"}}, "required": ["response"]}
cc667907-91c9-4ae3-99f5-dcb91ecd1e2e/46deff60-c520-4752-b853-dc398273ecdc/0/0
AI Query
Looking for the most cost-effective solution to supercharge your AI-powered SQL queries? Look no further!
7.6
Generate a SQL Query
Generate a SQL Query
200
Generate a SQL Query Example
{"response": "SELECT c.customer_id, c.first_name, c.last_name, r.rental_id, r.rental_date, r.return_date, p.amount FROM customer c JOIN rental r ON c.customer_id = r.customer_id JOIN payment p ON r.rental_id = p.rental_id WHERE p.amount > 100 AND r.rental_date > NOW() - INTERVAL 6 MONTH;"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"response": {"type": "string"}}, "required": ["response"]}
cc667907-91c9-4ae3-99f5-dcb91ecd1e2e/46deff60-c520-4752-b853-dc398273ecdc/1/0
AI Query
Looking for the most cost-effective solution to supercharge your AI-powered SQL queries? Look no further!
7.6
Generate a SQL Query
Generate a SQL Query
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...
cc667907-91c9-4ae3-99f5-dcb91ecd1e2e/f4bb671f-414f-483a-8b59-899da849b7fd/0/0
AI Query
Looking for the most cost-effective solution to supercharge your AI-powered SQL queries? Look no further!
7.6
Suggest Indexes for a SQL Query
Suggest Indexes for a SQL Query
200
Suggest Indexes for a SQL Query Example
{"response": "CREATE INDEX idx_customer_id ON customer (customer_id);\nCREATE INDEX idx_rental_customer_id ON rental (customer_id);\nCREATE INDEX idx_rental_rental_date ON rental (rental_date);\nCREATE INDEX idx_payment_rental_id ON payment (rental_id);\nCREATE INDEX idx_payment_amount ON payment (amount);"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"response": {"type": "string"}}, "required": ["response"]}
cc667907-91c9-4ae3-99f5-dcb91ecd1e2e/f4bb671f-414f-483a-8b59-899da849b7fd/1/0
AI Query
Looking for the most cost-effective solution to supercharge your AI-powered SQL queries? Look no further!
7.6
Suggest Indexes for a SQL Query
Suggest Indexes for a SQL Query
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...
cc667907-91c9-4ae3-99f5-dcb91ecd1e2e/7ac701d7-a9ec-44b7-97ea-302eec8b3801/0/0
AI Query
Looking for the most cost-effective solution to supercharge your AI-powered SQL queries? Look no further!
7.6
Explain a SQL Query
Explain a SQL Query
200
Explain a SQL Query Example
{"response": "1. Retrieve the customer ID, first name, and last name from the customer table.\n2. Retrieve the rental ID, rental date, and return date from the rental table.\n3. Retrieve the amount from the payment table.\n4. Join the customer table with the rental table using the customer ID as the common field.\n5. J...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"response": {"type": "string"}}, "required": ["response"]}
cc667907-91c9-4ae3-99f5-dcb91ecd1e2e/7ac701d7-a9ec-44b7-97ea-302eec8b3801/1/0
AI Query
Looking for the most cost-effective solution to supercharge your AI-powered SQL queries? Look no further!
7.6
Explain a SQL Query
Explain a SQL Query
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...
2e9ad348-2ce8-4b4f-a2d7-71293b7a6f9d/d3b2919c-be5c-4b9c-9c7a-223e7086a3a3/0/0
SemaDB
No fuss vector database for AI
7.7
SearchPoint
Perform similarity search on points in a collection. The search is performed using a vector, which is a mathematical representation of the point. The vector must have the same number of dimensions as the vectors in the collection. The search returns the most similar points to the vector, along with the distance between...
200
null
{"points": [{"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6", "distance": 4.2, "metadata": {"externalId": 42}}, {"id": "3fa85f64-5717-4562-b3fc-2c963f66afa7", "distance": 4.3, "metadata": null}]}
{"type": "object", "properties": {"points": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string", "format": "uuid"}, "distance": {"type": "number", "description": "Distance between the vector and the point", "examples": [4.2]}, "metadata": {"type": "object", "description": "JSON serialis...
2e9ad348-2ce8-4b4f-a2d7-71293b7a6f9d/8cb1f553-073b-4590-9489-eb4cd5dafe9a/0/0
SemaDB
No fuss vector database for AI
7.7
UpdatePoint
This endpoint allows updating point vectors and metadata. It does not allow updating the point id. If you want to update the id, you must delete the point and insert a new point. The points are required to exist before you can update them. You can check the failedPoints to see which points failed to update and potentia...
200
null
{"message": "success", "failedPoints": []}
{"type": "object", "properties": {"message": {"type": "string", "examples": ["partial success"]}, "failedPoints": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string", "format": "uuid"}, "error": {"type": "string"}}}}}}
2e9ad348-2ce8-4b4f-a2d7-71293b7a6f9d/8cb1f553-073b-4590-9489-eb4cd5dafe9a/0/1
SemaDB
No fuss vector database for AI
7.7
UpdatePoint
This endpoint allows updating point vectors and metadata. It does not allow updating the point id. If you want to update the id, you must delete the point and insert a new point. The points are required to exist before you can update them. You can check the failedPoints to see which points failed to update and potentia...
200
null
{"message": "partial success", "failedPoints": [{"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6", "error": "not found"}]}
{"type": "object", "properties": {"message": {"type": "string", "examples": ["partial success"]}, "failedPoints": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string", "format": "uuid"}, "error": {"type": "string"}}}}}}
2e9ad348-2ce8-4b4f-a2d7-71293b7a6f9d/0d8f1f75-1762-47c8-ab74-1c5d28fbda55/0/0
SemaDB
No fuss vector database for AI
7.7
InsertPoint
This endpoint assumes all points to be inserted are new points and does not check for duplication. It is important to ensure consistency of the database you do not insert duplicate points. If you are unsure if a point exists, you can leave the id field blank and the database will assign a new id. For cosine distance, y...
503
null
{"error": "Something went wrong"}
{"type": "object", "required": ["error"], "properties": {"error": {"type": "string", "description": "An error message hopefully describing the problem"}}}
2e9ad348-2ce8-4b4f-a2d7-71293b7a6f9d/0d8f1f75-1762-47c8-ab74-1c5d28fbda55/1/0
SemaDB
No fuss vector database for AI
7.7
InsertPoint
This endpoint assumes all points to be inserted are new points and does not check for duplication. It is important to ensure consistency of the database you do not insert duplicate points. If you are unsure if a point exists, you can leave the id field blank and the database will assign a new id. For cosine distance, y...
200
null
{"message": "success", "failedRanges": []}
{"type": "object", "properties": {"message": {"type": "string", "examples": ["partial success"]}, "failedRanges": {"type": "array", "description": "A list of ranges of points that failed to insert. Each range has a start and an end index. The end index is exclusive. For example, if the range is [0, 2], the first two p...
2e9ad348-2ce8-4b4f-a2d7-71293b7a6f9d/0d8f1f75-1762-47c8-ab74-1c5d28fbda55/1/1
SemaDB
No fuss vector database for AI
7.7
InsertPoint
This endpoint assumes all points to be inserted are new points and does not check for duplication. It is important to ensure consistency of the database you do not insert duplicate points. If you are unsure if a point exists, you can leave the id field blank and the database will assign a new id. For cosine distance, y...
200
null
{"message": "partial success", "failedRanges": [{"shardId": "fff3a226-b9f8-4375-8dbd-1a240e000705", "start": 0, "end": 2, "error": "point already exists"}]}
{"type": "object", "properties": {"message": {"type": "string", "examples": ["partial success"]}, "failedRanges": {"type": "array", "description": "A list of ranges of points that failed to insert. Each range has a start and an end index. The end index is exclusive. For example, if the range is [0, 2], the first two p...
2e9ad348-2ce8-4b4f-a2d7-71293b7a6f9d/0d8f1f75-1762-47c8-ab74-1c5d28fbda55/2/0
SemaDB
No fuss vector database for AI
7.7
InsertPoint
This endpoint assumes all points to be inserted are new points and does not check for duplication. It is important to ensure consistency of the database you do not insert duplicate points. If you are unsure if a point exists, you can leave the id field blank and the database will assign a new id. For cosine distance, y...
403
null
{"error": "Something went wrong"}
{"type": "object", "required": ["error"], "properties": {"error": {"type": "string", "description": "An error message hopefully describing the problem"}}}
2e9ad348-2ce8-4b4f-a2d7-71293b7a6f9d/b8f4b9da-8341-42d0-8b72-0e1916e9a856/0/0
SemaDB
No fuss vector database for AI
7.7
DeletePoint
Bulk delete points based on id. This endpoint does not check if the points exist. If you attempt to delete a point that does not exist, it will be ignored and included in the failedPoints list.
200
null
{"message": "success", "failedPoints": []}
{"type": "object", "properties": {"message": {"type": "string", "examples": ["partial success"]}, "failedPoints": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string", "format": "uuid"}, "error": {"type": "string"}}}}}}
2e9ad348-2ce8-4b4f-a2d7-71293b7a6f9d/b8f4b9da-8341-42d0-8b72-0e1916e9a856/0/1
SemaDB
No fuss vector database for AI
7.7
DeletePoint
Bulk delete points based on id. This endpoint does not check if the points exist. If you attempt to delete a point that does not exist, it will be ignored and included in the failedPoints list.
200
null
{"message": "partial success", "failedPoints": [{"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6", "error": "not found"}]}
{"type": "object", "properties": {"message": {"type": "string", "examples": ["partial success"]}, "failedPoints": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string", "format": "uuid"}, "error": {"type": "string"}}}}}}
2e9ad348-2ce8-4b4f-a2d7-71293b7a6f9d/24f98e91-1415-487b-8e84-1b283646aec3/0/0
SemaDB
No fuss vector database for AI
7.7
ListCollection
Returns a list of all collections for the current user. The list is not sorted by any value and the order may change between requests.
200
null
{"collections": [{"id": "mycollection", "vectorSize": 2, "distanceMetric": "euclidean"}]}
{"type": "object", "properties": {"collections": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string", "title": "Collection Id", "description": "The unique identifier of the collection", "pattern": "^[a-z0-9]{3,16}$", "examples": ["mycollection", "abc"]}, "vectorSize": {"type": "number",...
2e9ad348-2ce8-4b4f-a2d7-71293b7a6f9d/8b405d16-a269-4891-b733-3fbfe91ecbce/0/0
SemaDB
No fuss vector database for AI
7.7
GetCollection
This endpoint attempts to also list the shards currently available in the collection. Some shards may be temporarily unavailable. In that case, you can retry at a future time.
503
null
{"error": "Something went wrong"}
{"type": "object", "required": ["error"], "properties": {"error": {"type": "string", "description": "An error message hopefully describing the problem"}}}
2e9ad348-2ce8-4b4f-a2d7-71293b7a6f9d/8b405d16-a269-4891-b733-3fbfe91ecbce/1/0
SemaDB
No fuss vector database for AI
7.7
GetCollection
This endpoint attempts to also list the shards currently available in the collection. Some shards may be temporarily unavailable. In that case, you can retry at a future time.
200
null
{"id": "mycollection", "vectorSize": 2, "distanceMetric": "euclidean", "shards": [{"id": "fff3a226-b9f8-4375-8dbd-1a240e000705", "pointCount": 1000}]}
{"type": "object", "properties": {"id": {"type": "string", "title": "Collection Id", "description": "The unique identifier of the collection", "pattern": "^[a-z0-9]{3,16}$", "examples": ["mycollection", "abc"]}, "vectorSize": {"type": "number", "description": "The size of the vectors in the collection", "minimum": 1, "...
2e9ad348-2ce8-4b4f-a2d7-71293b7a6f9d/df8c3ab0-64cc-43fd-b16c-d2c43405bbd3/0/0
SemaDB
No fuss vector database for AI
7.7
DeleteCollection
Deletes a collection and all of its points. This operation is irreversible. If you want to delete only some points, use the bulk delete endpoint. If some shards are temporarily unavailable, the operation will still succeed, but some of the data will be deleted in the future.
202
null
{"message": "success"}
{"type": "object", "required": ["message"], "properties": {"message": {"type": "string", "description": "A message indicating the result of the operation"}}, "examples": [{"message": "Operation successful"}]}
2e9ad348-2ce8-4b4f-a2d7-71293b7a6f9d/df8c3ab0-64cc-43fd-b16c-d2c43405bbd3/1/0
SemaDB
No fuss vector database for AI
7.7
DeleteCollection
Deletes a collection and all of its points. This operation is irreversible. If you want to delete only some points, use the bulk delete endpoint. If some shards are temporarily unavailable, the operation will still succeed, but some of the data will be deleted in the future.
200
null
{"message": "success"}
{"type": "object", "required": ["message"], "properties": {"message": {"type": "string", "description": "A message indicating the result of the operation"}}, "examples": [{"message": "Operation successful"}]}
2e9ad348-2ce8-4b4f-a2d7-71293b7a6f9d/b406befc-7241-4bf7-b9b6-b224959db644/0/0
SemaDB
No fuss vector database for AI
7.7
CreateCollection
Creates a new collection if it does not already exist. The maximum number of collections per user is restricted based on the plan. Before you can insert and search points, you must create a collection.
403
null
{"error": "Something went wrong"}
{"type": "object", "required": ["error"], "properties": {"error": {"type": "string", "description": "An error message hopefully describing the problem"}}}
2e9ad348-2ce8-4b4f-a2d7-71293b7a6f9d/b406befc-7241-4bf7-b9b6-b224959db644/1/0
SemaDB
No fuss vector database for AI
7.7
CreateCollection
Creates a new collection if it does not already exist. The maximum number of collections per user is restricted based on the plan. Before you can insert and search points, you must create a collection.
200
null
{"message": "success"}
{"type": "object", "required": ["message"], "properties": {"message": {"type": "string", "description": "A message indicating the result of the operation"}}, "examples": [{"message": "Operation successful"}]}
2e9ad348-2ce8-4b4f-a2d7-71293b7a6f9d/b406befc-7241-4bf7-b9b6-b224959db644/2/0
SemaDB
No fuss vector database for AI
7.7
CreateCollection
Creates a new collection if it does not already exist. The maximum number of collections per user is restricted based on the plan. Before you can insert and search points, you must create a collection.
409
null
{"error": "Something went wrong"}
{"type": "object", "required": ["error"], "properties": {"error": {"type": "string", "description": "An error message hopefully describing the problem"}}}
2edb7c29-51e1-41dc-9738-96eace74d035/6b4ae597-6571-4e53-8cd0-fe8ba27dbd3e/0/0
EdgeGPT API
API for ChatGPT-4 Integration (using Bing AI) This API allows seamless integration of ChatGPT-4 into your application using Bing AI technology. It leverages the latest GPT-4 engine, which is updated for 2023, and provides advanced features such as web search and source retrieval capabilities. To access this API, you ne...
7.2
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://www.searchenginejournal.com/google-vs-microsoft-bing/400855/"], [2, "https://www.webceo.com/blog/google-vs-microsoft-bing-in-2023-comparing-search-giant-and-underdog/"], [3, "https://www.maketecheasier.com/bing-better-than-google/"], [4, "https://www.kompasiana.com/hilyanm/640...
{"$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...
5abd54b6-c0c5-4e4f-9f36-180645bd0666/c39d42fb-eac1-43fb-a828-d189eece6d9e/0/0
AI 1001FX Functions
Introducing our AI-powered API for automating human thinking, which offers a wide range of functions to analyze and process text, images, and more. Utilize features like mood detection, object recognition in pictures, OCR text extraction from images, language translation, image generation, content summarization, contac...
7.7
RecognizeObjectsonPicture
The "RecognizeObjectsonPicture" AI REST endpoint is an API that uses machine learning algorithms to recognize objects in an image. To use this endpoint, users must provide an image URL as an input. The endpoint then analyzes the image and returns a list of recognized labels as output. This endpoint is useful for variou...
200
Response
{"recognizedLabels": ["Tire", "Bicycle", "Wheel", "Automotive lighting", "Infrastructure", "Building", "Vehicle", "Mode of transport", "Bicycle wheel", "Electricity"]}
{"type": "object", "properties": {"recognizedLabels": {"type": "array", "items": {"type": "string"}}}}
5abd54b6-c0c5-4e4f-9f36-180645bd0666/f841edfe-d7ef-4b05-9083-4abc8b8b079b/0/0
AI 1001FX Functions
Introducing our AI-powered API for automating human thinking, which offers a wide range of functions to analyze and process text, images, and more. Utilize features like mood detection, object recognition in pictures, OCR text extraction from images, language translation, image generation, content summarization, contac...
7.7
DetectMood
This endpoint takes a string in the text attribute to return an analysis of its mood determining the emotional state of the human who produced the text.
200
Response
{"moodOverall": "mixed", "moodScore": {"positive": 0.49, "neutral": 0, "negative": 0.5}, "moodPerSentence": [{"mood": "negative", "text": "THIS IS A VERY NEGATIVE TEXT. "}, {"mood": "positive", "text": "Good things are happening around the world."}]}
{"type": "object", "properties": {"moodOverall": {"type": "string"}, "moodScore": {"type": "object", "properties": {"positive": {"type": "number"}, "neutral": {"type": "integer"}, "negative": {"type": "number"}}}, "moodPerSentence": {"type": "array", "items": {"type": "object", "properties": {"mood": {"type": "string"}...
5abd54b6-c0c5-4e4f-9f36-180645bd0666/65688465-861f-4340-984d-2cd796657bf5/0/0
AI 1001FX Functions
Introducing our AI-powered API for automating human thinking, which offers a wide range of functions to analyze and process text, images, and more. Utilize features like mood detection, object recognition in pictures, OCR text extraction from images, language translation, image generation, content summarization, contac...
7.7
DetectLanguage
The "DetectLanguage AI" REST endpoint is an API that can automatically detect the language of text input using advanced natural language processing techniques. To use this endpoint, users provide a text string as input. The endpoint then analyzes the text and identifies the language in which it is written. The output i...
200
Response
{"name": "English", "iso6391Name": "en", "confidenceScore": 0.85}
{"type": "object", "properties": {"name": {"type": "string"}, "iso6391Name": {"type": "string"}, "confidenceScore": {"type": "number"}}}
5abd54b6-c0c5-4e4f-9f36-180645bd0666/ee691bd0-6d47-451e-8ea8-d77fd9bb879e/0/0
AI 1001FX Functions
Introducing our AI-powered API for automating human thinking, which offers a wide range of functions to analyze and process text, images, and more. Utilize features like mood detection, object recognition in pictures, OCR text extraction from images, language translation, image generation, content summarization, contac...
7.7
DetectTextinPicutre
An image URL can be send to this endpoint. An OCR (optical character recognition) algorithm will scan the image and return the text recognized in the picture in the response as a list of strings. This is the image used in the example request:
200
Response
{"recognizedTexts": ["How do functions break up?", " h They stop calling each other!"]}
{"type": "object", "properties": {"recognizedTexts": {"type": "array", "items": {"type": "string"}}}}
5abd54b6-c0c5-4e4f-9f36-180645bd0666/26435a85-364c-49b7-87a2-7ec3fe62446b/0/0
AI 1001FX Functions
Introducing our AI-powered API for automating human thinking, which offers a wide range of functions to analyze and process text, images, and more. Utilize features like mood detection, object recognition in pictures, OCR text extraction from images, language translation, image generation, content summarization, contac...
7.7
tldr-WrapUp
The "toolongtoread AI" REST endpoint is an API that summarizes long texts into shorter, easier to read paragraphs using natural language processing (NLP) techniques. To use this endpoint, users must provide the text they want to summarize as a prompt input. The endpoint then processes the text using NLP algorithms to e...
200
Example_1
{"id": "chatcmpl-6xyV7AyMxRh8xt7bbXRGky9DESECu", "text": "A young girl full of dreams and aspirations sets off on a journey to explore the world, meet new people, learn new things, and experience life in all its glory. She travels to exotic places, meets people from all walks of life, and discovers her own path and tru...
{"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}}
5abd54b6-c0c5-4e4f-9f36-180645bd0666/f5874282-7df5-4cf0-8c06-7e17845fce22/0/0
AI 1001FX Functions
Introducing our AI-powered API for automating human thinking, which offers a wide range of functions to analyze and process text, images, and more. Utilize features like mood detection, object recognition in pictures, OCR text extraction from images, language translation, image generation, content summarization, contac...
7.7
TranslateText
The function takes the text to be translated as a string by the attribute text. And the code of the language to be translated to under the attribute resultLang. A list of all language codes can be found here.
200
Response
{"translation": "Dette er teksten"}
{"type": "object", "properties": {"translation": {"type": "string"}}}
5abd54b6-c0c5-4e4f-9f36-180645bd0666/9e12ec8d-d915-4439-88c2-45a4720074d1/0/0
AI 1001FX Functions
Introducing our AI-powered API for automating human thinking, which offers a wide range of functions to analyze and process text, images, and more. Utilize features like mood detection, object recognition in pictures, OCR text extraction from images, language translation, image generation, content summarization, contac...
7.7
ExtractContactInformation
The "ExtractContactInformation" AI REST endpoint is an API that uses machine learning algorithms to extract contact information from natural language text. To use this endpoint, users must provide a prompt containing contact information as input. The endpoint then analyzes the text to extract relevant information, such...
200
Response
{"id": "cmpl-6xyOwOw5OWssFgZZOVO1qtonHVgyl", "text": "\n`{\n \"name\": \"Maya\",\n \"address\": \"2111 Ash Lane, Crestview CA 92002\"\n}`"}
{"type": "object", "properties": {"prompt": {"type": "string"}}}
ec37d3c3-c293-4a0f-8ced-76d7f635527d/6080a46c-5ba3-4557-8e9a-4dd2995fb585/0/0
OOPSpam Spam Filter
A privacy-friendly, new generation, highly accurate anti-spam filter for contact forms, comment systems, blogs, live chat- the limit is your creativity!
9.5
Spam detection
The main endpoint that returns detailed information about a given content.
200
Example_1
{"Details": {"isContentSpam": "spam", "isIPBlocked": true, "isEmailBlocked": true, "numberOfSpamWords": 1}, "Score": 6}
{"type": "object", "properties": {"Details": {"type": "object", "properties": {"isContentSpam": {"type": "string"}, "isIPBlocked": {"type": "boolean"}, "isEmailBlocked": {"type": "boolean"}, "numberOfSpamWords": {"type": "integer"}}}, "Score": {"type": "integer"}}}
1ce2f2e6-bef6-4e5a-98f0-95a487c5173a/de53c5d0-9fd8-42c7-aa39-7658b35a22d6/0/0
Image upsclaer
This API can upscale images. Also provides an image server.
0.1
POST IMAGE FILE
This endpoint receives image file and returns upscaled image file
200
New Example
{"filename": "upload_test001.jpeg", "upscaled_url": "https://srapi.vrof.co.kr/upscaled_images/upload_test001.jpeg"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"filename": {"type": "string"}, "upscaled_url": {"type": "string"}}, "required": ["filename", "upscaled_url"]}
1ce2f2e6-bef6-4e5a-98f0-95a487c5173a/bedb5f7e-d9b8-4913-8347-9bd1f35b7efc/0/0
Image upsclaer
This API can upscale images. Also provides an image server.
0.1
POST IMAGE URL
This endpoint will return upscaled image url
200
New Example
{"filename": "upload_test001.jpeg", "upscaled_url": "https://srapi.vrof.co.kr/upscaled_images/upload_test001.jpeg"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"filename": {"type": "string"}, "upscaled_url": {"type": "string"}}, "required": ["filename", "upscaled_url"]}
6cce2ead-eda5-47b1-b9e2-68c48a784c62/3f651cbc-afdf-4a81-ab97-8fba9287059e/0/0
[unofficial] OpenAI GPT-4 Tokenizer
Takes a prompt of any length and returns the number of tokens
6.9
Tokenize
Returns a number of tokens for the received prompt
200
Example_1
{"tokens": 0}
{"type": "object", "properties": {"tokens": {"type": "integer", "description": "Number of tokens in the response"}}, "required": ["tokens"]}
391fd25b-e39e-4fce-b1db-c1acd4c43c4d/f23510f6-a901-4f45-a584-56f8fb49fae9/0/0
ClevrEye
ClevrEye provides powerful cloud-based image recognition and analysis through Google's industry-leading Computer Vision technology. Our API enables your applications to extract insights from images through state-of-the-art machine-learning models.
7.2
Detect Labels
Identifies categories, objects and activities within images.
200
New Example
{"labels": []}
{"labels": []}
391fd25b-e39e-4fce-b1db-c1acd4c43c4d/0a84d8d0-88b2-4a50-b7bb-590934b999eb/0/0
ClevrEye
ClevrEye provides powerful cloud-based image recognition and analysis through Google's industry-leading Computer Vision technology. Our API enables your applications to extract insights from images through state-of-the-art machine-learning models.
7.2
Detect Landmark
Identifies well-known landmarks within images.
200
New Example
{"landmarks": []}
{"landmarks": []}
391fd25b-e39e-4fce-b1db-c1acd4c43c4d/3bca5546-af0e-4a1e-86b3-83ac2dd630d2/0/0
ClevrEye
ClevrEye provides powerful cloud-based image recognition and analysis through Google's industry-leading Computer Vision technology. Our API enables your applications to extract insights from images through state-of-the-art machine-learning models.
7.2
Detect Objects
Detects multiple objects within an image including positioning information.
200
New Example
{"objects": []}
{"objects": []}
391fd25b-e39e-4fce-b1db-c1acd4c43c4d/9236e30a-332a-410f-bece-7ab1e6b6dad4/0/0
ClevrEye
ClevrEye provides powerful cloud-based image recognition and analysis through Google's industry-leading Computer Vision technology. Our API enables your applications to extract insights from images through state-of-the-art machine-learning models.
7.2
Extract Text from Image
Analyzes images and extracts any detected text content as a string.
200
New Example
{"text": "string", "locale": "string"}
{"text": "string", "locale": "string"}
d7b4f512-b874-4367-ad90-a4c8bdcd2dd3/113f3ebc-0c22-4b54-97e8-953e5291c926/0/0
Ahrefs Keyword Tool
Find relevant keywords from our database of over 2 billion queries. Just enter up to ten words or phrases and choose from one of six keyword ideas reports.
8.2
Keyword Overview
the largest keyword research database on the market and analyze everything you need to know about a Keyword Overview.
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...
d7b4f512-b874-4367-ad90-a4c8bdcd2dd3/41837595-832b-46ec-a2c0-5373cea6c727/0/0
Ahrefs Keyword Tool
Find relevant keywords from our database of over 2 billion queries. Just enter up to ten words or phrases and choose from one of six keyword ideas reports.
8.2
Discover keyword ideas
Find relevant keywords from our database of over 2 billion queries. Just enter up to ten words or phrases and choose from one of six keyword ideas reports. Fill your content calendar for weeks, months, or even years in minutes.
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": ...
d9fdf1ab-156d-425c-8f6d-e878955d8bdf/6d13c91f-d607-4861-8507-115ffbb297b8/0/0
Midjourney API
Connect your Midjourney Discord account to our API and start using it immediately in your production environment.
0.1
/account
Retrieve account information
401
null
{"error": "", "code": 400}
{"type": "object", "properties": {"error": {"type": "string"}, "code": {"type": "integer", "enum": [400, 401, 404, 412, 413]}}, "additionalProperties": false, "required": ["error", "code"]}
d9fdf1ab-156d-425c-8f6d-e878955d8bdf/6d13c91f-d607-4861-8507-115ffbb297b8/1/0
Midjourney API
Connect your Midjourney Discord account to our API and start using it immediately in your production environment.
0.1
/account
Retrieve account information
200
null
{"email": "", "created": "", "name": "", "verified": "", "sub": ""}
{"type": "object", "properties": {"email": {"type": "string"}, "created": {"type": "string"}, "name": {"type": "string"}, "verified": {"type": "string"}, "sub": {"type": "string"}}, "additionalProperties": false, "required": ["email", "created", "name", "verified", "sub"]}
d9fdf1ab-156d-425c-8f6d-e878955d8bdf/afc2d9dc-98e9-40fe-a961-48836d377008/0/0
Midjourney API
Connect your Midjourney Discord account to our API and start using it immediately in your production environment.
0.1
/jobs/describe
Submit the Midjourney /describe command
429
null
{"error": "", "executingJobs": [], "code": 429}
{"type": "object", "properties": {"error": {"type": "string"}, "executingJobs": {"type": "array", "items": {"type": "string"}}, "code": {"type": "integer", "enum": [429]}}, "additionalProperties": false, "required": ["error", "executingJobs", "code"]}
d9fdf1ab-156d-425c-8f6d-e878955d8bdf/afc2d9dc-98e9-40fe-a961-48836d377008/1/0
Midjourney API
Connect your Midjourney Discord account to our API and start using it immediately in your production environment.
0.1
/jobs/describe
Submit the Midjourney /describe command
422
null
{"error": "", "jobid": "", "status": "moderated", "code": 422}
{"type": "object", "properties": {"error": {"type": "string"}, "jobid": {"type": "string"}, "status": {"type": "string", "enum": ["moderated"]}, "code": {"type": "integer", "enum": [422]}}, "additionalProperties": false, "required": ["error", "jobid", "status", "code"]}
d9fdf1ab-156d-425c-8f6d-e878955d8bdf/afc2d9dc-98e9-40fe-a961-48836d377008/2/0
Midjourney API
Connect your Midjourney Discord account to our API and start using it immediately in your production environment.
0.1
/jobs/describe
Submit the Midjourney /describe command
413
null
{"error": "", "code": 400}
{"type": "object", "properties": {"error": {"type": "string"}, "code": {"type": "integer", "enum": [400, 401, 404, 412, 413]}}, "additionalProperties": false, "required": ["error", "code"]}
d9fdf1ab-156d-425c-8f6d-e878955d8bdf/afc2d9dc-98e9-40fe-a961-48836d377008/3/0
Midjourney API
Connect your Midjourney Discord account to our API and start using it immediately in your production environment.
0.1
/jobs/describe
Submit the Midjourney /describe command
412
null
{"error": "", "code": 400}
{"type": "object", "properties": {"error": {"type": "string"}, "code": {"type": "integer", "enum": [400, 401, 404, 412, 413]}}, "additionalProperties": false, "required": ["error", "code"]}
d9fdf1ab-156d-425c-8f6d-e878955d8bdf/afc2d9dc-98e9-40fe-a961-48836d377008/4/0
Midjourney API
Connect your Midjourney Discord account to our API and start using it immediately in your production environment.
0.1
/jobs/describe
Submit the Midjourney /describe command
200
null
{"jobid": "", "verb": "describe", "status": "started", "created": "", "updated": "", "describeUrl": "", "channel": "", "server": "", "maxJobs": 0, "messageId": "", "content": "", "embeds": [{"type": "", "description": "", "image": {"url": "", "proxy_url": "", "width": 0, "height": 0}}], "timestamp": "", "code": 200}
{"type": "object", "properties": {"jobid": {"description": "Use returned jobid value to retrieve job status and results", "type": "string"}, "verb": {"type": "string", "enum": ["describe"]}, "status": {"type": "string", "enum": ["started", "completed"]}, "created": {"type": "string"}, "updated": {"type": "string"}, "de...
d9fdf1ab-156d-425c-8f6d-e878955d8bdf/afc2d9dc-98e9-40fe-a961-48836d377008/5/0
Midjourney API
Connect your Midjourney Discord account to our API and start using it immediately in your production environment.
0.1
/jobs/describe
Submit the Midjourney /describe command
401
null
{"error": "", "code": 400}
{"type": "object", "properties": {"error": {"type": "string"}, "code": {"type": "integer", "enum": [400, 401, 404, 412, 413]}}, "additionalProperties": false, "required": ["error", "code"]}
d9fdf1ab-156d-425c-8f6d-e878955d8bdf/2e5806db-9a27-4ddd-ac9f-7f120313f718/1/0
Midjourney API
Connect your Midjourney Discord account to our API and start using it immediately in your production environment.
0.1
/jobs
Get list of currently executing jobs
401
null
{"error": "", "code": 400}
{"type": "object", "properties": {"error": {"type": "string"}, "code": {"type": "integer", "enum": [400, 401, 404, 412, 413]}}, "additionalProperties": false, "required": ["error", "code"]}
d9fdf1ab-156d-425c-8f6d-e878955d8bdf/125231ab-506d-4a33-818a-c95b0b114300/0/0
Midjourney API
Connect your Midjourney Discord account to our API and start using it immediately in your production environment.
0.1
/jobs/
Retrieve status and results of jobs/imagine, jobs/button, jobs/blend or jobs/describe
404
null
{"error": "", "code": 400}
{"type": "object", "properties": {"error": {"type": "string"}, "code": {"type": "integer", "enum": [400, 401, 404, 412, 413]}}, "additionalProperties": false, "required": ["error", "code"]}
d9fdf1ab-156d-425c-8f6d-e878955d8bdf/125231ab-506d-4a33-818a-c95b0b114300/1/0
Midjourney API
Connect your Midjourney Discord account to our API and start using it immediately in your production environment.
0.1
/jobs/
Retrieve status and results of jobs/imagine, jobs/button, jobs/blend or jobs/describe
400
null
{"error": "", "code": 400}
{"type": "object", "properties": {"error": {"type": "string"}, "code": {"type": "integer", "enum": [400, 401, 404, 412, 413]}}, "additionalProperties": false, "required": ["error", "code"]}
d9fdf1ab-156d-425c-8f6d-e878955d8bdf/125231ab-506d-4a33-818a-c95b0b114300/2/0
Midjourney API
Connect your Midjourney Discord account to our API and start using it immediately in your production environment.
0.1
/jobs/
Retrieve status and results of jobs/imagine, jobs/button, jobs/blend or jobs/describe
401
null
{"error": "", "code": 400}
{"type": "object", "properties": {"error": {"type": "string"}, "code": {"type": "integer", "enum": [400, 401, 404, 412, 413]}}, "additionalProperties": false, "required": ["error", "code"]}
d9fdf1ab-156d-425c-8f6d-e878955d8bdf/125231ab-506d-4a33-818a-c95b0b114300/3/0
Midjourney API
Connect your Midjourney Discord account to our API and start using it immediately in your production environment.
0.1
/jobs/
Retrieve status and results of jobs/imagine, jobs/button, jobs/blend or jobs/describe
200
null
{"jobid": "", "parentJobId": "", "verb": "imagine", "status": "created", "created": "", "updated": "", "prompt": "", "blendUrls": [], "blendDimensions": "Portrait", "describeUrl": "", "button": "U1", "children": [{"button": "U1", "jobid": "", "messageId": ""}], "buttons": ["U1"], "channel": "", "server": "", "maxJobs":...
{"type": "object", "properties": {"jobid": {"type": "string"}, "parentJobId": {"type": "string"}, "verb": {"type": "string", "enum": ["imagine", "button", "blend", "describe"]}, "status": {"description": "If value is created, started or progress wait in a loop for at least 10..30 seconds and retry again", "type": "stri...
d9fdf1ab-156d-425c-8f6d-e878955d8bdf/df85d049-1720-4bb6-851f-cad8afcc31e4/0/0
Midjourney API
Connect your Midjourney Discord account to our API and start using it immediately in your production environment.
0.1
/jobs/button
Midjourney upscale or create variations and enhance or modify buttons
400
null
{"error": "", "code": 400}
{"type": "object", "properties": {"error": {"type": "string"}, "code": {"type": "integer", "enum": [400, 401, 404, 412, 413]}}, "additionalProperties": false, "required": ["error", "code"]}
d9fdf1ab-156d-425c-8f6d-e878955d8bdf/df85d049-1720-4bb6-851f-cad8afcc31e4/1/0
Midjourney API
Connect your Midjourney Discord account to our API and start using it immediately in your production environment.
0.1
/jobs/button
Midjourney upscale or create variations and enhance or modify buttons
409
null
{"error": "", "button": "U1", "jobid": "", "code": 409}
{"type": "object", "properties": {"error": {"type": "string"}, "button": {"type": "string", "enum": ["U1", "U2", "U3", "U4"]}, "jobid": {"type": "string"}, "code": {"type": "integer", "enum": [409]}}, "additionalProperties": false, "required": ["error", "button", "jobid", "code"]}
d9fdf1ab-156d-425c-8f6d-e878955d8bdf/df85d049-1720-4bb6-851f-cad8afcc31e4/2/0
Midjourney API
Connect your Midjourney Discord account to our API and start using it immediately in your production environment.
0.1
/jobs/button
Midjourney upscale or create variations and enhance or modify buttons
412
null
{"error": "", "code": 400}
{"type": "object", "properties": {"error": {"type": "string"}, "code": {"type": "integer", "enum": [400, 401, 404, 412, 413]}}, "additionalProperties": false, "required": ["error", "code"]}
d9fdf1ab-156d-425c-8f6d-e878955d8bdf/df85d049-1720-4bb6-851f-cad8afcc31e4/3/0
Midjourney API
Connect your Midjourney Discord account to our API and start using it immediately in your production environment.
0.1
/jobs/button
Midjourney upscale or create variations and enhance or modify buttons
401
null
{"error": "", "code": 400}
{"type": "object", "properties": {"error": {"type": "string"}, "code": {"type": "integer", "enum": [400, 401, 404, 412, 413]}}, "additionalProperties": false, "required": ["error", "code"]}
d9fdf1ab-156d-425c-8f6d-e878955d8bdf/df85d049-1720-4bb6-851f-cad8afcc31e4/4/0
Midjourney API
Connect your Midjourney Discord account to our API and start using it immediately in your production environment.
0.1
/jobs/button
Midjourney upscale or create variations and enhance or modify buttons
404
null
{"error": "", "code": 400}
{"type": "object", "properties": {"error": {"type": "string"}, "code": {"type": "integer", "enum": [400, 401, 404, 412, 413]}}, "additionalProperties": false, "required": ["error", "code"]}
d9fdf1ab-156d-425c-8f6d-e878955d8bdf/df85d049-1720-4bb6-851f-cad8afcc31e4/5/0
Midjourney API
Connect your Midjourney Discord account to our API and start using it immediately in your production environment.
0.1
/jobs/button
Midjourney upscale or create variations and enhance or modify buttons
413
null
{"error": "", "code": 400}
{"type": "object", "properties": {"error": {"type": "string"}, "code": {"type": "integer", "enum": [400, 401, 404, 412, 413]}}, "additionalProperties": false, "required": ["error", "code"]}
d9fdf1ab-156d-425c-8f6d-e878955d8bdf/df85d049-1720-4bb6-851f-cad8afcc31e4/6/0
Midjourney API
Connect your Midjourney Discord account to our API and start using it immediately in your production environment.
0.1
/jobs/button
Midjourney upscale or create variations and enhance or modify buttons
200
null
{"jobid": "", "verb": "button", "status": "started", "created": "", "updated": "", "button": "U1", "parentJobId": "", "channel": "", "server": "", "maxJobs": 0, "code": 200}
{"type": "object", "properties": {"jobid": {"description": "Use returned jobid value to retrieve job status and results", "type": "string"}, "verb": {"type": "string", "enum": ["button"]}, "status": {"type": "string", "enum": ["started", "completed"]}, "created": {"type": "string"}, "updated": {"type": "string"}, "butt...
d9fdf1ab-156d-425c-8f6d-e878955d8bdf/df85d049-1720-4bb6-851f-cad8afcc31e4/7/0
Midjourney API
Connect your Midjourney Discord account to our API and start using it immediately in your production environment.
0.1
/jobs/button
Midjourney upscale or create variations and enhance or modify buttons
429
null
{"error": "", "executingJobs": [], "code": 429}
{"type": "object", "properties": {"error": {"type": "string"}, "executingJobs": {"type": "array", "items": {"type": "string"}}, "code": {"type": "integer", "enum": [429]}}, "additionalProperties": false, "required": ["error", "executingJobs", "code"]}
d9fdf1ab-156d-425c-8f6d-e878955d8bdf/e9ad45f4-39cd-463e-b158-802122032023/0/0
Midjourney API
Connect your Midjourney Discord account to our API and start using it immediately in your production environment.
0.1
/jobs/cancel/
Cancel execution of job created by jobs/imagine, jobs/button, jobs/blend or jobs/describe
400
null
{"error": "", "code": 400}
{"type": "object", "properties": {"error": {"type": "string"}, "code": {"type": "integer", "enum": [400, 401, 404, 412, 413]}}, "additionalProperties": false, "required": ["error", "code"]}
d9fdf1ab-156d-425c-8f6d-e878955d8bdf/e9ad45f4-39cd-463e-b158-802122032023/1/0
Midjourney API
Connect your Midjourney Discord account to our API and start using it immediately in your production environment.
0.1
/jobs/cancel/
Cancel execution of job created by jobs/imagine, jobs/button, jobs/blend or jobs/describe
200
null
{"jobid": "", "status": "created", "code": 200}
{"type": "object", "properties": {"jobid": {"type": "string"}, "status": {"type": "string", "enum": ["created", "started", "moderated", "progress", "completed", "failed", "cancelled"]}, "code": {"type": "integer", "enum": [200]}}, "additionalProperties": false, "required": ["jobid", "status", "code"]}
d9fdf1ab-156d-425c-8f6d-e878955d8bdf/e9ad45f4-39cd-463e-b158-802122032023/2/0
Midjourney API
Connect your Midjourney Discord account to our API and start using it immediately in your production environment.
0.1
/jobs/cancel/
Cancel execution of job created by jobs/imagine, jobs/button, jobs/blend or jobs/describe
401
null
{"error": "", "code": 400}
{"type": "object", "properties": {"error": {"type": "string"}, "code": {"type": "integer", "enum": [400, 401, 404, 412, 413]}}, "additionalProperties": false, "required": ["error", "code"]}
d9fdf1ab-156d-425c-8f6d-e878955d8bdf/e9ad45f4-39cd-463e-b158-802122032023/3/0
Midjourney API
Connect your Midjourney Discord account to our API and start using it immediately in your production environment.
0.1
/jobs/cancel/
Cancel execution of job created by jobs/imagine, jobs/button, jobs/blend or jobs/describe
404
null
{"error": "", "code": 400}
{"type": "object", "properties": {"error": {"type": "string"}, "code": {"type": "integer", "enum": [400, 401, 404, 412, 413]}}, "additionalProperties": false, "required": ["error", "code"]}
d9fdf1ab-156d-425c-8f6d-e878955d8bdf/fe5925bb-e7b6-453b-97da-d56853ae9a4e/0/0
Midjourney API
Connect your Midjourney Discord account to our API and start using it immediately in your production environment.
0.1
/jobs/blend
Submit the Midjourney /blend command
412
null
{"error": "", "code": 400}
{"type": "object", "properties": {"error": {"type": "string"}, "code": {"type": "integer", "enum": [400, 401, 404, 412, 413]}}, "additionalProperties": false, "required": ["error", "code"]}
d9fdf1ab-156d-425c-8f6d-e878955d8bdf/fe5925bb-e7b6-453b-97da-d56853ae9a4e/1/0
Midjourney API
Connect your Midjourney Discord account to our API and start using it immediately in your production environment.
0.1
/jobs/blend
Submit the Midjourney /blend command
200
null
{"jobid": "", "verb": "blend", "status": "started", "created": "", "updated": "", "blendUrls": [], "blendDimensions": "Portrait", "channel": "", "server": "", "maxJobs": 0, "messageId": "", "content": "", "timestamp": "", "code": 200}
{"type": "object", "properties": {"jobid": {"description": "Use returned jobid value to retrieve job status and results", "type": "string"}, "verb": {"type": "string", "enum": ["blend"]}, "status": {"type": "string", "enum": ["started"]}, "created": {"type": "string"}, "updated": {"type": "string"}, "blendUrls": {"type...
d9fdf1ab-156d-425c-8f6d-e878955d8bdf/fe5925bb-e7b6-453b-97da-d56853ae9a4e/2/0
Midjourney API
Connect your Midjourney Discord account to our API and start using it immediately in your production environment.
0.1
/jobs/blend
Submit the Midjourney /blend command
429
null
{"error": "", "executingJobs": [], "code": 429}
{"type": "object", "properties": {"error": {"type": "string"}, "executingJobs": {"type": "array", "items": {"type": "string"}}, "code": {"type": "integer", "enum": [429]}}, "additionalProperties": false, "required": ["error", "executingJobs", "code"]}
d9fdf1ab-156d-425c-8f6d-e878955d8bdf/fe5925bb-e7b6-453b-97da-d56853ae9a4e/3/0
Midjourney API
Connect your Midjourney Discord account to our API and start using it immediately in your production environment.
0.1
/jobs/blend
Submit the Midjourney /blend command
401
null
{"error": "", "code": 400}
{"type": "object", "properties": {"error": {"type": "string"}, "code": {"type": "integer", "enum": [400, 401, 404, 412, 413]}}, "additionalProperties": false, "required": ["error", "code"]}
d9fdf1ab-156d-425c-8f6d-e878955d8bdf/fe5925bb-e7b6-453b-97da-d56853ae9a4e/4/0
Midjourney API
Connect your Midjourney Discord account to our API and start using it immediately in your production environment.
0.1
/jobs/blend
Submit the Midjourney /blend command
422
null
{"error": "", "jobid": "", "status": "moderated", "code": 422}
{"type": "object", "properties": {"error": {"type": "string"}, "jobid": {"type": "string"}, "status": {"type": "string", "enum": ["moderated"]}, "code": {"type": "integer", "enum": [422]}}, "additionalProperties": false, "required": ["error", "jobid", "status", "code"]}
d9fdf1ab-156d-425c-8f6d-e878955d8bdf/fe5925bb-e7b6-453b-97da-d56853ae9a4e/5/0
Midjourney API
Connect your Midjourney Discord account to our API and start using it immediately in your production environment.
0.1
/jobs/blend
Submit the Midjourney /blend command
413
null
{"error": "", "code": 400}
{"type": "object", "properties": {"error": {"type": "string"}, "code": {"type": "integer", "enum": [400, 401, 404, 412, 413]}}, "additionalProperties": false, "required": ["error", "code"]}
d9fdf1ab-156d-425c-8f6d-e878955d8bdf/f1a6bc42-f6e9-4f3f-897a-78d1b2b54027/0/0
Midjourney API
Connect your Midjourney Discord account to our API and start using it immediately in your production environment.
0.1
/jobs/imagine
Submit the Midjourney /imagine command
413
null
{"error": "", "code": 400}
{"type": "object", "properties": {"error": {"type": "string"}, "code": {"type": "integer", "enum": [400, 401, 404, 412, 413]}}, "additionalProperties": false, "required": ["error", "code"]}
d9fdf1ab-156d-425c-8f6d-e878955d8bdf/f1a6bc42-f6e9-4f3f-897a-78d1b2b54027/1/0
Midjourney API
Connect your Midjourney Discord account to our API and start using it immediately in your production environment.
0.1
/jobs/imagine
Submit the Midjourney /imagine command
429
null
{"error": "", "executingJobs": [], "code": 429}
{"type": "object", "properties": {"error": {"type": "string"}, "executingJobs": {"type": "array", "items": {"type": "string"}}, "code": {"type": "integer", "enum": [429]}}, "additionalProperties": false, "required": ["error", "executingJobs", "code"]}
d9fdf1ab-156d-425c-8f6d-e878955d8bdf/f1a6bc42-f6e9-4f3f-897a-78d1b2b54027/2/0
Midjourney API
Connect your Midjourney Discord account to our API and start using it immediately in your production environment.
0.1
/jobs/imagine
Submit the Midjourney /imagine command
401
null
{"error": "", "code": 400}
{"type": "object", "properties": {"error": {"type": "string"}, "code": {"type": "integer", "enum": [400, 401, 404, 412, 413]}}, "additionalProperties": false, "required": ["error", "code"]}
d9fdf1ab-156d-425c-8f6d-e878955d8bdf/f1a6bc42-f6e9-4f3f-897a-78d1b2b54027/3/0
Midjourney API
Connect your Midjourney Discord account to our API and start using it immediately in your production environment.
0.1
/jobs/imagine
Submit the Midjourney /imagine command
412
null
{"error": "", "code": 400}
{"type": "object", "properties": {"error": {"type": "string"}, "code": {"type": "integer", "enum": [400, 401, 404, 412, 413]}}, "additionalProperties": false, "required": ["error", "code"]}
d9fdf1ab-156d-425c-8f6d-e878955d8bdf/f1a6bc42-f6e9-4f3f-897a-78d1b2b54027/4/0
Midjourney API
Connect your Midjourney Discord account to our API and start using it immediately in your production environment.
0.1
/jobs/imagine
Submit the Midjourney /imagine command
422
null
{"error": "", "jobid": "", "status": "moderated", "code": 422}
{"type": "object", "properties": {"error": {"type": "string"}, "jobid": {"type": "string"}, "status": {"type": "string", "enum": ["moderated"]}, "code": {"type": "integer", "enum": [422]}}, "additionalProperties": false, "required": ["error", "jobid", "status", "code"]}
d9fdf1ab-156d-425c-8f6d-e878955d8bdf/f1a6bc42-f6e9-4f3f-897a-78d1b2b54027/5/0
Midjourney API
Connect your Midjourney Discord account to our API and start using it immediately in your production environment.
0.1
/jobs/imagine
Submit the Midjourney /imagine command
200
null
{"jobid": "", "verb": "imagine", "status": "started", "created": "", "updated": "", "prompt": "", "channel": "", "server": "", "maxJobs": 0, "messageId": "", "content": "", "timestamp": "", "code": 200}
{"type": "object", "properties": {"jobid": {"description": "Use returned jobid value to retrieve job status and results", "type": "string"}, "verb": {"type": "string", "enum": ["imagine"]}, "status": {"type": "string", "enum": ["started"]}, "created": {"type": "string"}, "updated": {"type": "string"}, "prompt": {"type"...
7620fe23-08fb-4dce-aafc-5731a8c4546e/73f10b78-96a5-4b6a-b36e-6df775b7b77c/0/0
Ebook AI
null
null
gerarEbook
This API point generate a new ebook using AI.
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"]}
1904cc7d-9aed-4ffd-a466-bce8e078f6e6/4a6606f2-7739-41b3-8f6e-40078e50f1c6/0/0
iamAI
An intelligent chatbot that can answer any type of question! - Take a taste here: https://iamai.page/ -- Full docs here: https://iamai.page/#/docs
null
/ask
This is the main endpoint. You send your questions here and you get a reply back.
200
Resonse payload
{"confidence": "0.9996061", "hint": null, "intent": "greetings", "message": {"text": "Hey, what can I do for you?", "url": ""}, "status": 200, "success": true}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"confidence": {"type": "string"}, "hint": {"type": "null"}, "intent": {"type": "string"}, "message": {"type": "object", "properties": {"text": {"type": "string"}, "url": {"type": "string"}}, "required": ["text", "url"]}, "status": {"type": "...
97fa88cb-e4f8-4357-9552-c6ec15818148/86cdbf08-db62-4800-a606-037cd1591ec5/0/0
TextMiner
Text mining and analytics - sentiment analysis, entity recognizer and more
null
Sentiment Analyzer
Detect the sentiment of a short text
200
Response
{"sentiment_score": "0.75", "positive_sentiment_percentage": "100", "negative_sentiment_percentage": "0", "positive_aspects": " ", "negative_aspects": " ", "aspect_keywords_detected": " "}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"sentiment_score": {"type": "string"}, "positive_sentiment_percentage": {"type": "string"}, "negative_sentiment_percentage": {"type": "string"}, "positive_aspects": {"type": "string"}, "negative_aspects": {"type": "string"}, "aspect_keywords...
c6b5117c-650d-4c6b-a103-c51ea160b6dc/dd0b1426-48d7-44c6-bd5a-c3244cd159c0/0/0
AnimImagine AI
Feel Power of 134 Cutting-Edge Models for Exceptional Text-to-Image and Animation Generation with Best Quality.
9.1
GenerateImage&Animation
Generate image or animation
200
Example_1
{"imageUrl": "https://cdn.mage.space/generate/61824a4ee00945af9cebc46f93ac902c.png", "message": "Image generated successfully"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"imageUrl": {"type": "string"}, "message": {"type": "string"}}, "required": ["imageUrl", "message"]}
f6f51317-5695-4672-8b1d-e72e8f089886/ce9b753d-aee6-4775-8804-69b3ed079b3a/0/0
Cloudlabs Text To Speech
Convert text to audio quickly, supports over 100 languages ​​and 300+ speakers
9.6
voices
This endpoint is used to get a list of available speakers
200
Response
{"status": "success", "voices": [{"language_code": "en-US", "language_name": "English (United States)", "voice_type": "Neural", "voice_code": "en-US-1", "voice_gender": "Female"}, {"language_code": "en-US", "language_name": "English (United States)", "voice_type": "Neural", "voice_code": "en-US-2", "voice_gender": "Fem...
{"type": "object", "properties": {"status": {"type": "string"}, "voices": {"type": "array", "items": {"type": "object", "properties": {"language_code": {"type": "string"}, "language_name": {"type": "string"}, "voice_type": {"type": "string"}, "voice_code": {"type": "string"}, "voice_gender": {"type": "string"}}}}}}
f6f51317-5695-4672-8b1d-e72e8f089886/4ca9a03c-74ec-421d-b957-e6cc12deb57a/0/0
Cloudlabs Text To Speech
Convert text to audio quickly, supports over 100 languages ​​and 300+ speakers
9.6
languages
This endpoint is used to get a list of available languages
200
Response
{"status": "success", "languages": [{"language_code": "af-ZA", "language_name": "Afrikaans (South Africa)"}, {"language_code": "am-ET", "language_name": "Amharic (Ethiopia)"}, {"language_code": "ar-AE", "language_name": "Arabic (United Arab Emirates)"}, {"language_code": "ar-BH", "language_name": "Arabic (Bahrain)"}, {...
{"type": "object", "properties": {"status": {"type": "string"}, "languages": {"type": "array", "items": {"type": "object", "properties": {"language_code": {"type": "string"}, "language_name": {"type": "string"}}}}}}
7f6ff014-a2e7-4790-87c5-22ea3f6d2629/19abab6d-aab7-4b5d-82f2-fe65acf8ab92/0/0
Dodogeny Receipt OCR
Dodogeny Receipt OCR performs receipt image transcription by using ==OCR and machine learning==. Provided with a ==photo of a receipt==, Dodogeny Receipt OCR ==recognizes and extracts== key information like total amount, tax amount, date of purchase, merchant information, and line item amounts. ==Leverage== our optimi...
8.2
APIHealthCheck
performs health check for Receipt API. Returns status code '200' is service is running.
200
Sample Response
{"$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "properties": {"responseCode": {"type": "integer"}, "responseMessage": {"type": "string"}}, "required": ["responseCode", "responseMessage"]}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"$schema": {"type": "string"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"responseCode": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "responseMessage": {"type": "obj...
7f6ff014-a2e7-4790-87c5-22ea3f6d2629/e441d90c-ee21-4c65-96f2-5fe581616c6e/0/0
Dodogeny Receipt OCR
Dodogeny Receipt OCR performs receipt image transcription by using ==OCR and machine learning==. Provided with a ==photo of a receipt==, Dodogeny Receipt OCR ==recognizes and extracts== key information like total amount, tax amount, date of purchase, merchant information, and line item amounts. ==Leverage== our optimi...
8.2
ParseFileImageReceiptByML
Description: transcribe a receipt by providing an image file and return detailed result
200
Response Sample
{"responseCode": 200, "responseMessage": "Successfully transcribed receipt image.", "predictions": [{"invoice_number": null, "invoice_total": 65, "invoice_subtotal": null, "barcodes": [], "category": null, "date": "2022-10-18 18:12:00", "due_date": null, "time": null, "customer_information": {"customer_name": null}, "m...
{"type": "object", "properties": {"responseCode": {"type": "integer"}, "responseMessage": {"type": "string"}, "predictions": {"type": "array", "items": {"type": "object", "properties": {"invoice_number": {"type": "null"}, "invoice_total": {"type": "integer"}, "invoice_subtotal": {"type": "null"}, "barcodes": {"type": "...
7f6ff014-a2e7-4790-87c5-22ea3f6d2629/b1500470-fcce-404b-9968-00c0b0f13316/0/0
Dodogeny Receipt OCR
Dodogeny Receipt OCR performs receipt image transcription by using ==OCR and machine learning==. Provided with a ==photo of a receipt==, Dodogeny Receipt OCR ==recognizes and extracts== key information like total amount, tax amount, date of purchase, merchant information, and line item amounts. ==Leverage== our optimi...
8.2
ParseEncodedImageReceiptByML
transcribe a receipt by providing an image file in base64 format and return detailed result
200
Sample Response
{"responseCode": 200, "responseMessage": "Successfully transcribed receipt image.", "predictions": [{"invoice_number": null, "invoice_total": 65, "invoice_subtotal": null, "barcodes": [], "category": null, "date": "2022-10-18 18:12:00", "due_date": null, "time": null, "customer_information": {"customer_name": null}, "m...
{"type": "object", "properties": {"responseCode": {"type": "integer"}, "responseMessage": {"type": "string"}, "predictions": {"type": "array", "items": {"type": "object", "properties": {"invoice_number": {"type": "null"}, "invoice_total": {"type": "integer"}, "invoice_subtotal": {"type": "null"}, "barcodes": {"type": "...
6c92a92f-0590-424e-a034-c97753b9ed85/607992f3-967a-4873-8e15-18e7c2f8b9d6/1/0
ResumeParser
The Resume Parser API is a powerful tool designed to effortlessly extract essential information from resumes. With cutting-edge LLMs, it accurately parses resumes in various formats (like PDF, DOC, DOCX and TXT), swiftly extracting key details such as Name, Email, Contact, Location, Website and Social Media URLs, Years...
6.3
parse
This endpoint will parse the given resume file and return the components in a JSON structure
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...
29c5756d-5efd-48af-9266-b4a36f3d3e73/2d27f25c-94c6-432d-881f-7425f95500be/0/0
Text Detection by Copyseeker
Text Detection identifies and extracts text from visuals, supporting various fonts and orientations. Use it to enhance visual searches, catalog video content, or detect license plates in public safety applications.
null
Scan image
200
null
[{"text": "", "confidence": 0}]
{"type": "array", "items": {"type": "object", "properties": {"text": {"type": "string"}, "confidence": {"format": "float", "type": "number", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}}}}
eb9ae04b-8323-4805-8fe1-c570d3fe3103/b422c5ac-489e-4ac8-9902-c4cf1950c77a/0/0
Mad GPT Api
Enhance your AI-powered applications with a feature-rich proxy API powered by the latest GPT 3.5, offering rate limiting, caching, error handling, analytics, language support, preprocessing options, customization, and insightful outputs.
5.5
Translations
Translates text into the specified target language
500
Example_1
{"error": ""}
{"type": "object", "properties": {"error": {"type": "string"}}}
eb9ae04b-8323-4805-8fe1-c570d3fe3103/b422c5ac-489e-4ac8-9902-c4cf1950c77a/1/0
Mad GPT Api
Enhance your AI-powered applications with a feature-rich proxy API powered by the latest GPT 3.5, offering rate limiting, caching, error handling, analytics, language support, preprocessing options, customization, and insightful outputs.
5.5
Translations
Translates text into the specified target language
400
Example_1
{"error": ""}
{"type": "object", "properties": {"error": {"type": "string"}}}
eb9ae04b-8323-4805-8fe1-c570d3fe3103/b422c5ac-489e-4ac8-9902-c4cf1950c77a/2/0
Mad GPT Api
Enhance your AI-powered applications with a feature-rich proxy API powered by the latest GPT 3.5, offering rate limiting, caching, error handling, analytics, language support, preprocessing options, customization, and insightful outputs.
5.5
Translations
Translates text into the specified target language
200
Example_1
{"response": ""}
{"type": "object", "properties": {"response": {"type": "string"}}}