CrowdComputed 群计AI Open API
  1. Workflow API
CrowdComputed 群计AI Open API
  • Introduction
    • Welcome
    • Quick start
    • Pricing
  • Documentation
    • Workflow API
    • Global API
  • Workflow API
    • /api/v1/generate/text-to-image
      POST
    • /api/v1/generate/text-to-image-pro
      POST
    • /api/v1/generate/text-to-video
      POST
    • /api/v1/generate/image-to-video
      POST
    • /api/v1/generate/unzoom
      POST
    • /api/v1/generate/upscaler
      POST
    • /api/v1/generate/background-remover
      POST
    • /api/v1/generate/hand-fixer
      POST
    • /api/v1/generate/ai-image-editing
      POST
    • /api/v1/generate/professional-headshot
      POST
    • /api/v1/generate/watermark-remover
      POST
    • /api/v1/generate/photo-restoration
      POST
    • /api/v1/generate/text-remover
      POST
    • /api/v1/generate/hugging-pose
      POST
    • /api/v1/generate/beard-remover
      POST
    • /api/v1/generate/elderly-filter
      POST
    • /api/v1/generate/ghibli-style
      POST
    • /api/v1/generate/cartoon-comic-styles
      POST
    • /api/v1/generate/art-medium-styles
      POST
    • /api/v1/generate/digital-art-styles
      POST
    • /api/v1/generate/classic-art-styles
      POST
    • /api/v1/generate/modern-design-styles
      POST
    • /api/v1/generate/fantasy-theme-styles
      POST
    • /api/v1/generate/world-art-styles
      POST
    • /api/v1/generate/multi-angle-view
      POST
  • Global API
    • /api/v1/query/status
      GET
    • /api/v1/generate/history
      GET
    • /api/v1/member/info
      GET
  • Schemas
    • Response
    • Output
    • Page
    • MemberInfo
    • GenerateRespones
    • UploadImage
    • GenerateInfo
  1. Workflow API

/api/v1/generate/digital-art-styles

Developing
POST
/api/v1/generate/digital-art-styles
Digital Art Styles
Venture into the world of digital aesthetics. Create unique, cutting-edge art with ease.
Voxel Art, Low-poly, Glitch Art, Fractal Art, 3D Wireframe
数字艺术风格
一键步入数字美学的世界。轻松创作独特、前卫且充满未来感的惊艳视觉艺术。
体素艺术,低多边形,故障艺术,分形艺术,三维线框图

Request

Authorization
API Key
Add parameter in header
token
Example:
token: ********************
or
Query Params

Body Params application/json

Examples

Responses

🟢200成功
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/api/v1/generate/digital-art-styles?mode=sync&callback=&costLookup=false' \
--header 'token: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
    "uploadImage": {
        "type": "url",
        "url": "string",
        "base64Content": "string"
    },
    "styles": "Low-poly",
    "prompt": "string",
    "imageCount": 0
}'
Response Response Example
{
    "code": "Success",
    "message": "string",
    "data": {
        "taskId": "string",
        "status": "finished",
        "outputs": [
            {
                "urls": [
                    "string"
                ],
                "status": "finished",
                "queueOrder": 0,
                "startTime": 0,
                "endTime": 0,
                "estimateMs": 0
            }
        ],
        "websocket": "string",
        "spend": 0,
        "balance": 0
    }
}
Modified at 2025-09-02 15:00:05
Previous
/api/v1/generate/art-medium-styles
Next
/api/v1/generate/classic-art-styles
Built with