Animate
Estimate skeleton
Estimates the skeleton of a character, returning a list of keypoints to use with the skeleton animation tool.
Supported image sizes:
- 16x16
- 32x32
- 64x64
- 128x128
- 256x256
Using the Python client:
import pixellab
client = pixellab.Client(secret="YOUR_API_TOKEN")
response = client.estimate_skeleton(
image=image_of_the_character_on_a_transparent_background,
)
response.keypoints
post/estimate-skeleton
Request body
Response
Successfully generated image
Changes
No recorded changes to this endpoint across all 1 revision of this API.