Developer Quickstart
Make your first API request in minutes. Get to know about the basics of Segmind platform.
Step 1: Create a Free Account
Head over to the Segmind.com website and sign up for a free account. You can simply connect with your Google or Discord account.
Step 2: Use the playground to try different models
Navigate to any model from the model page to run a model. You'll see an example that you can try or feel free to tweak the prompts and other settings to get the best output for you.
Step 3: Create an API key
The Segmind Serverless API uses API keys for authentication. To create one, login to your account and head to the API Keys page on the dashboard.
Step 4: Use the API
You can authenticate by including your Segmind API key in the x-api-key
section of the request.
Example cURL request:
Example python request
Last updated