website logo
⌘K
Introduction
APIs
Optimize
Models
MCSA
Docs powered by archbee 
2min

APIs

Endpoints

All endpoints follow the following format:

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

Authentication

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

Include your token as an X-Segmind-Access-Token header on all API queries.

JS
|
response = requests.post(
    endpoint_url,
    headers={
        "Content-Type": "application/json",
        "X-Segmind-Access-Token": "<YOUR ACCESS TOKEN>",
    },
    json={
        ...
    }
)










Updated 22 Feb 2023
Did this page help you?
Yes
No
UP NEXT
Optimize
Docs powered by archbee 
TABLE OF CONTENTS
Endpoints
Authentication