Quick Start
Beta mode: This API is in beta mode. Please contact us for support or any addional requests.
Your API requests are authenticated using API keys. Any request that doesn't include an API key will return an error.
You can generate an API key from your Dashboard at any time.
To make your first request, send an authenticated request to the endpoint. This will verify a url, that can be a project webiste, an OpenSea collection, or a Twitter account.
post
https://api.blueshell.io/v1
/verify
Verify an URL.
Good to know: You can use the API Method block to fully document an API method. You can also sync your API blocks with an OpenAPI file or URL to auto-populate them.
Take a look at how you might call this method using our official libraries, or via
curl
:curl
curl https://api.blueshell.io/v1/verify
-u YOUR_API_KEY:
-d url='https://ethereumupgrades.org/'
Last modified 2d ago