Overview

The Sources API allows you to add and remove sources for the Stark AI API.

Using the API

Once you have your API key, you can start adding and removing sources using the Sources API.

Check our API Reference for more details

Endpoint

POST
https://app-api.starkai.io/v1/api/sources/**

Request Example (using CURL)

curl 
  --request POST 
  --url  https://app-api.starkai.io/v1/api/sources/** 
  --header 'Content-Type: application/json' 
  --header 'X-Api-Key: <api-key>' 
  --data '<json-data>'