Goodtake AI

GoodTake AI API Documentation

Your AI Creative Studio for Images, Motion & Campaign Development.

Welcome to GoodTake AI

GoodTake AI provides powerful AI-powered image generation capabilities through a simple, RESTful API. Build stunning visual content programmatically with state-of-the-art AI models.

Getting Started

API Overview

Base URL: https://api.goodtake.ai

All API requests require authentication using API keys. See the Authentication guide to get started.

Available Endpoints

EndpointMethodDescription
/api/v1/bytedance/generate-imagePOSTGenerate or blend AI images using ByteDance Seedream

Quick Example

Here's a quick example of generating an image:

curl -X POST https://api.goodtake.ai/api/v1/bytedance/generate-image \
  -H "Authorization: Bearer gt_your_api_key_here" \
  -H "Content-Type: application/json" \
  -d '{
    "prompt": "A beautiful sunset over mountains",
    "model": "seedream-4-5-251128",
    "size": "2K"
  }'

Features

  • High-Quality Generation: Powered by ByteDance's cutting-edge AI models
  • Simple REST API: Easy-to-use HTTP endpoints
  • Multiple Languages: SDKs and examples for Python, JavaScript, Go, and more
  • Secure Authentication: API key-based authentication with Bearer tokens
  • Scalable: Built to handle production workloads

Support

Need help? Check out our documentation sections or contact our support team.

New to APIs? Start with the Authentication guide, then explore the Seedream endpoint documentation.

On this page