Triposr
Model Overview
Setup your API Key
API Schema
post
Body
modelstring · enumRequiredPossible values:
image_urlstring · uriRequired
The URL of the reference image.
output_formatstring · enumOptionalDefault:
The format of the generated image.
glbPossible values: do_remove_backgroundbooleanOptional
Enables removing the background from the input image.
foreground_rationumber · min: 0.5 · max: 1OptionalDefault:
Ratio of the foreground image to the original image.
0.9mc_resolutioninteger · min: 32 · max: 1024OptionalDefault:
Resolution of the marching cubes. Above 512 is not recommended.
256Responses
200Success
application/json
200Success
{
"data": [
{
"url": "https://cdn.aimlapi.com/generations/hedgehog/1749730923700-29fe35d2-4aef-4bc5-a911-6c39884d16a8.png",
"b64_json": null
}
],
"meta": {
"usage": {
"credits_used": 120000
}
}
}Example
Last updated
Was this helpful?



