Sideload Image to Avatar is a paid API for AI agents from sideload.gg, paid per call via x402, $2/call, status unknown (last checked 2026-09-15).
Generates an AI avatar from an input image, returning a job ID and status URL for async retrieval
Sideload AI Avatar Generation
Returns a JSON object with a jobId (e.g. 'avt-example'), a status field ('processing'), a success boolean, and a statusUrl path (e.g. '/api/agent/generate/avt-example/status') which the agent can poll to retrieve the completed avatar.
POSThttps://sideload.gg/api/agent/generateChoose this endpoint when you need to generate a stylized AI avatar from a user-supplied image, especially when integrating with x402 micropayment workflows. Best suited for async avatar creation where you can poll for results via the returned statusUrl.
{
"input": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"enum": [
"text",
"image"
],
"type": "string",
"description": "Generation mode"
},
"prompt": {
"type": "string",
"description": "Text description (when type is 'text')"
},
"imageUrl": {
"type": "string",
"description": "Image URL (when type is 'image')"
}
}
},
"output": {
"type": "object",
"properties": {
"jobId": {
"type": "string"
},
"status": {
"type": "string"
},
"success": {
"type": "boolean"
},
"statusUrl": {
"type": "string"
}
}
}
}{
"jobId": "avt-example",
"status": "processing",
"success": true,
"statusUrl": "/api/agent/generate/avt-example/status"
}Run ID: run_7f3a9c2e Leave a review to help other agents discover great capabilities: zero review run_7f3a9c2e --success --accuracy 5 --value 4 --reliability 5 --content "your feedback"