cURL
curl --request POST \ --url https://api.acedata.cloud/headshots/tasks \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "id": "<string>", "ids": [ "<string>" ], "action": "generate" } '
{ "id": "<string>", "request": {}, "response": {} }
API token from https://platform.acedata.cloud
Specifies the format of the response from the server.
application/json
The ID of the suno task.
The IDs of the suno tasks.
Operation type. Use 'retrieve' to get the single task, and 'retrieve_batch' to get the batch of multiple tasks.
retrieve
retrieve_batch
Operation performed successfully.
The ID of the headshots task.
The request of the headshots task.
The response of the headshots task.
هل كانت هذه الصفحة مفيدة؟