cURL
curl --request POST \ --url https://geekai.co/api/v1/assets/create \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "test-asset", "platform": "bytedance", "group_id": "<string>", "url": "<string>", "asset_type": "Image" } '
{ "id": "<string>" }
Documentation IndexFetch the complete documentation index at: https://docs.geekai.co/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.geekai.co/llms.txt
Use this file to discover all available pages before exploring further.
API认证token
素材名称
"test-asset"
所属平台
"bytedance"
所属素材组ID
素材URL
素材类型
Image
Video
Audio
成功响应
任务ID
此页面对您有帮助吗?