# Autoke > Autoke is an AI social media marketing service and API for generating social media content, then publishing it immediately or scheduling it across connected channels. The website and developer documentation are available in Korean and English. Generated content can be requested in English, Korean, Japanese, Chinese, Spanish, French, German, Portuguese, Italian, Dutch, Russian, Arabic, Hindi, Indonesian, or Vietnamese. - Production base URL: `https://autoke.ai` - Public API version: `v3` - Authentication: send an API key as `Authorization: Bearer ak_live_...` - Request format: send JSON with `Content-Type: application/json` - Generation endpoints return `{ "success": true, "data": ... }`; generated drafts are not published automatically - Error responses return `{ "success": false, "error": { "code": HTTP_STATUS, "message": "..." } }` - Supported publishing platforms: `x`, `facebook`, `instagram`, and `threads` - Before publishing, every target platform channel must be connected to the Autoke account or selected brand - Instagram publishing requires at least one image or a video - Post and bio generation each use 20 credits; image generation uses 300 credits - Enable Auto Top-Up for automated or continuous generation to reduce failures caused by insufficient credits Recommended workflow: create a draft with `POST /api/v3/generate-post`, review and edit `data.content`, then call `POST /api/v3/post-now` or `POST /api/v3/schedule-post`. Public operations: - `POST /api/v3/generate-post`: generate a platform-aware social media post draft - `POST /api/v3/generate-image`: generate a new image or edit public reference images - `POST /api/v3/generate-bio`: generate or rewrite a social media profile bio - `POST /api/v3/post-now`: publish approved content to connected platform channels immediately - `POST /api/v3/schedule-post`: schedule approved content for a future ISO 8601 date and time ## Start here - [한국어 API 시작 안내](https://autoke.ai/ko/api-docs.md): API 키 발급, 첫 요청, 실제 생성 결과, 게시 흐름, 크레딧과 오류 처리 - [English API quickstart](https://autoke.ai/en/api-docs.md): API key setup, first request, real generation output, publishing workflow, credits, and errors ## API reference - [한국어 OpenAPI 3.1](https://autoke.ai/openapi/ko.json): 요청·응답 모델, 필드 설명, 필수 조건, 지원 언어와 플랫폼을 포함한 기계 판독용 명세 - [English OpenAPI 3.1](https://autoke.ai/openapi/en.json): Machine-readable operations, request and response models, field descriptions, constraints, languages, and platforms ## Account and credits - [오토케 계정](https://autoke.ai/ko/account): API 키를 발급하고 브랜드별 연결 채널을 관리하는 한국어 계정 화면 - [Autoke account](https://autoke.ai/en/account): Create API keys and manage connected channels for each brand in English - [오토케 결제 및 크레딧](https://autoke.ai/ko/billing): 크레딧 잔액, 추가 충전, 자동 충전 설정 - [Autoke billing and credits](https://autoke.ai/en/billing): Credit balance, credit purchases, and Auto Top-Up settings ## Optional - [한국어 대화형 API 문서](https://autoke.ai/ko/api-docs): Scalar 기반 요청 실험 화면과 한국어 모델 탐색기 - [English interactive API documentation](https://autoke.ai/en/api-docs): Scalar request testing interface and English model explorer - [오토케 제품 소개](https://autoke.ai/ko): 한국어 제품 개요 - [Autoke product overview](https://autoke.ai/en): English product overview - [개인정보처리방침](https://autoke.ai/ko/privacy-policy): 한국어 개인정보 처리 기준 - [이용약관](https://autoke.ai/ko/terms-of-service): 한국어 서비스 이용 조건