Quickstart
Last updated
Last updated
Looking for UltraSafe AI Platform? Head to platform.us.inc
UltraSafe AI API offers a streamlined approach for developers to integrate our cutting-edge models into their applications and production workflows with minimal code. Our API is accessible through the UltraSafe AI Platform. To enable your API keys, you'll need to set up payment on your account. Once activated, you can start using our chat endpoint:
python
typescript
curl
To create text embeddings using UltraSafe AI's embeddings API, you can send a request to the API endpoint, specifying the embedding model eus-embed and providing a list of input texts. The API will respond with the corresponding embeddings in the form of numerical vectors, which can then be utilized for further analysis or processing in your NLP applications.
python
typescript
curl
For a comprehensive overview of the models available through our API, please refer to our model documentation.
Begin by creating a UltraSafe AI account or logging in at console.ultrasafe.ai.
Navigate to the "Billing" section under "Account Settings" to add your payment details and activate payments for your account.
Once billing is set up, go to the "API Keys" section and generate a new API key by selecting "Create New Key". Be sure to copy your API key, store it securely, and never share it with others.
With these steps completed, you'll be ready to harness the power of UltraSafe AI in your projects!