What problem does it solve?
This Skill helps you integrate AceDataCloud AI services by guiding authentication, request setup, and reliable API usage patterns so you can ship features faster without guesswork.
Core Features & Use Cases
- Authentication & Credentials: Create and use service-scoped API tokens, including guidance for token types and when you need a global token.
- OpenAI-Compatible SDK Integration: Call chat completion endpoints using the standard OpenAI client with a custom base URL and API key.
- Synchronous vs. Async Request Patterns: Use immediate-return endpoints for quick results and follow async task polling for generation workflows like images, video, and music.
- Error Handling & Billing Awareness: Interpret common HTTP errors (400/401/403/429/500), understand subscription balance deduction, and plan around rate limits.
Quick Start
Ask: "Use the AceDataCloud API with my token to make an OpenAI-compatible chat completion request to base_url https://api.acedata.cloud/v1 for model claude-sonnet-4-20250514 with the message 'Hello!'."