website logo
⌘K
Introduction
Pricing
API Documentation
APIs on Node.js
APIs on Python
MCSA
Docs powered by
Archbee

API Documentation

4min

API documentation for each model is available under the "API" tab on model pages.

General Information

Endpoints

All endpoints follow the following format:

https://api.segmind.com/v1/{endpoint}

Authentication

All Segmind API queries require a valid access token, which you can obtain by signing up for API access.

If you are already signed up, visit this page to create and view keys.

Include your token as an x-api-key header on all API queries.

Python
Curl
|
response = requests.post(
    endpoint_url,
    headers={
        "Content-Type": "application/json",
        "x-api-key": "<YOUR ACCESS TOKEN>",
    },
    json={
        ...
    }
)


Postman Collection

We maintain a collection of all our serverless APIs on Postman. Follow the link below to find our collection.





Updated 06 Sep 2023
Did this page help you?
PREVIOUS
Pricing
NEXT
APIs on Node.js
Docs powered by
Archbee
TABLE OF CONTENTS
General Information
Endpoints
Authentication
Postman Collection
Docs powered by
Archbee