AcroSuite

ToolSet for Cloud Service

English 日本語  中文 

This page is for testing AcroSuite from RapidAPI.

AcroSuite is a collection of APIs from RestGate that includes Geometry Validation, Finding Adjacent Points, Generating Point Clusters, IP Geolocation, Encryption/Decryption/Digital Signatures, Sendmail, One-time/Multi-time Authentication, OpenID Connect Authentication, and Third-Party API Proxy.

Geometry

NameTypeURLJsonParamHeader/QueryParam

02301003
post x-rapidapi-host

x-rapidapi-key
Provide a set of LineString's coordinates (longitude/latitude) in Well-known text (WKT) format to validate them according to the OGC standard definition. If there are intersections, FALSE will be returned.

02301004
post x-rapidapi-host

x-rapidapi-key
Provide a set of Polygon's coordinates (longitude/latitude) in Well-known text (WKT) format to validate them according to the OGC standard definition. If there are intersections or if the interior linear rings are counterclockwise and the exterior linear ring is clockwise, FALSE will be returned.

02301005
post x-rapidapi-host

x-rapidapi-key

Provide a set of coordinates (longitude/latitude) for a set of points to obtain the adjacent points of the first point within the maximum distance. The function will return the point's sorting number, the set of coordinates (longitude/latitude), the set of distances, and the set of directions. The limit of input points is 1000.

02301006
post x-rapidapi-host

x-rapidapi-key

Provide a set of points' coordinates (longitude/latitude) to obtain clusters of points within MaxDistance. The output will include the sort No., center coordinates (longitude/latitude), and the set of coordinates (longitude/latitude) of the points. *Limitation on the number of input points: 1000.

Cipher/Decipher

NameTypeURLJsonParamHeader/QueryParam

02301008
get x-rapidapi-host

x-rapidapi-key
Generate a public and private key pair for RSA encryption.

02301009
post x-rapidapi-host

x-rapidapi-key
Generate Digital Signature using an RSA key. You need to prepare the public and private keys in advance.

02301010
post x-rapidapi-host

x-rapidapi-key
Perform a validity check for a digital signature using RSA.

02301011
post x-rapidapi-host

x-rapidapi-key

Encrypt or decrypt text messages using the Public or Private Key of RSA.

Email

NameTypeURLJsonParamHeader/QueryParam

02301012
get x-rapidapi-host

x-rapidapi-key

Check the validity of syntax and MX records of up to 20 email addresses in the domain.

02301013
post x-rapidapi-host

x-rapidapi-key
To define a content type and send Email with Digital Signature or not. Syntax and Domain's MX records of fromAddress will be verified to prevent spam. userSignature may be neglected, please view AcroSuite Cipher about its format.
Please tell me your Email Address or Domain for Sender Authentication (fromAddress). If you select Domain Authentication, I will reply you some DNS records. It is necessary that you install those records in your DNS configure.
-The total number limit of toAddress, ccAddress, and bccAddress is 20.
-The total size limit of the subject and mail body is 20MB.

Authentication

NameTypeURLJsonParamHeader/QueryParam

02301014
post x-rapidapi-host

x-rapidapi-key
Issue one-time or multi-time authentication access with a notice email that includes the AccessKey and Password. The access times and validation period are defined in advance. After calling the API, you may verify using the Verify Authentication API (/v0_1/CstService/tools/issue/auth).

02301015
post x-rapidapi-host

x-rapidapi-key
Verify one-time or multi-time authentication access using the AccessKey, Password, access times, and validation period.

02301016
get x-rapidapi-host

x-rapidapi-key

OAuth/OpenID Connect (OIDC) authentication information from third-party providers (Google/LINE/YahooJP/Azure) will be available. After calling the API, you will receive a list of OIDC authentication information without oAuthCode or with oAuthCode. Once you receive the OIDC list, you can select an OAuthURL to call it and receive OIDC authentication information.

API Proxy

Cookie, Header, Path, and Object parameters (optional) are transferred to an OpenAI endpoint (URI) in JSON format. The return value can be in JSON. The following parameters are required: - methodType: GET/POST/PUT/DELETE - dataType: JSON - responseType: JSON endpointUri, Authorization, Model, messages, temperature and other parameters are required. API reference https://platform.openai.com/docs/api-reference
NameTypeURLJsonParamHeader/QueryParam
post x-rapidapi-host

x-rapidapi-key

Cookie/Header/Path/Object parameters (optional) are transferred to a third-party endpoint (URI) in JSON format, and the return value can be in JSON/XML/HTML etc. 
- Method type: GET/POST/PUT/DELETE
- Data type: JSON/XML/FORM
- Response type: JSON/XML/HTML
* getHtmlValue=true: If HTML is returned, extract the value from title/keywords/description/links/images/body and convert it to JSON format.
    
post x-rapidapi-host

x-rapidapi-key