Documentation - MobyTech

MobyTech Documentation

Comprehensive guides to help you leverage our AI-powered tools and platforms.

Start Learning 🚀

Getting Started

1. Create Account

Sign up at our contact form to get access to our developer portal and resources.

2. Install SDK

npm install mobytech-ai

Our Node.js SDK is available on npm for easy integration into your project.

3. API Access

All API interactions require authentication via Bearer token:

// Auth header
{
  "Authorization": "Bearer YOUR_API_KEY"
}

Get your API key from the developer portal.

API Reference

Text Analysis Endpoint

GET/v1/text/analyze
public 200

Analyzes text for sentiment, key phrases, and language.

application/jsonrequired
{
  "text": "String to analyze",
  "analysisType": "sentiment | keywords | language"
}
                        

Data Insights Endpoint

POST/v1/data/insights
internal 202

Generate data summaries and statistical analysis for datasets.

multipart/form-datarequired
{
  "dataset": Base64 encoded file,
  "method": "regression | clustering"
}
                        

Tutorials

Python Integration Guide

Learn how to use the MobyTech AI SDK in your Python projects with our step-by-step tutorial.

Read Tutorial

Node.js Quickstart

Get up to speed with the MobyTech Node SDK with our interactive code examples and explanations.

View Walkthrough

Frequently Asked Questions

How do I find my API key?

Your API key will be found in the developer dashboard after registering for an account. It's located under the "API Keys" section in your profile menu.

MBOY-T3CH-12345-DEMOKEY

What format should data files be in?

Supported Formats:
CSV, TSV, JSON, XML
Recommended Size Limit:
50MB max per file
Encoding:
UTF-8 only

Join the Community

Engage with other developers and researchers using our platform!

Discord Chat