Introduction

Welcome to the TokenSource API documentation. This API allows you to interact with TokenSource's AI assistant and objective management system.

Note: This API specification is subject to frequent changes. Please talk to our team if you have any questions.

Base URL

All API requests should be made to:

https://api.tokensource.com/v1

Authentication

All API endpoints require authentication using API keys. See the Authentication section for details.

Response Format

All responses are returned in JSON format and include:

  • status: Success/error status

  • data: Response data (if any)

  • message: Human-readable message

Getting Started

  1. Get your API key from the TokenSource Dashboard

  2. Make your first API call using the authentication header

  3. Explore the available endpoints in this documentation

Last updated