{"api_name":"x402 Uncensored AI API","version":"1.0.0","protocol":"x402","base_url":"https://padelmaps.org","description":"Pay-per-request uncensored AI via Venice AI. No content filtering, no restrictions. By using these endpoints, you agree not to use them for illegal purposes.","related_apis":[{"name":"x402 Crypto API","url":"https://padelmaps.org/api/x402-crypto/docs.json"},{"name":"x402 Audio API","url":"https://padelmaps.org/api/x402-audio/docs.json"}],"endpoints":[{"path":"/api/x402-uncensored/chat","method":"POST","price":"$0.03","category":"AI","description":"Venice AI Uncensored Chat (no content filtering)","parameters":[{"name":"messages","type":"array","required":true,"description":"Chat messages array, e.g., [{\"role\": \"user\", \"content\": \"Hello\"}]"},{"name":"message","type":"string","required":false,"description":"Shorthand: single user message string, auto-converted to messages array. Use either messages or message, not both."},{"name":"model","type":"string","required":false,"default":"venice-uncensored","options":["venice-uncensored","qwen3-4b","llama-3.3-70b"],"description":"Model (default: venice-uncensored). Options: venice-uncensored, qwen3-4b, llama-3.3-70b"},{"name":"max_tokens","type":"integer","required":false,"default":2048,"description":"Maximum tokens to generate (max 8192)"},{"name":"temperature","type":"number","required":false,"default":0.7,"description":"Sampling temperature (0-2)"}],"response":{"success":"boolean","data":{"content":"AI response text","model":"Model ID used","model_name":"Model display name","usage":{"prompt_tokens":0,"completion_tokens":0,"total_tokens":0}}}},{"path":"/api/x402-uncensored/reasoning","method":"POST","price":"$0.08","category":"AI","description":"Venice AI Deep Reasoning (chain-of-thought models)","parameters":[{"name":"messages","type":"array","required":true,"description":"Chat messages array, e.g., [{\"role\": \"user\", \"content\": \"Explain quantum computing\"}]"},{"name":"message","type":"string","required":false,"description":"Shorthand: single user message string, auto-converted to messages array. Use either messages or message, not both."},{"name":"model","type":"string","required":false,"default":"deepseek-v3.2","options":["deepseek-v3.2","qwen3-235b-a22b-thinking-2507","kimi-k2-thinking"],"description":"Model (default: deepseek-v3.2). Options: deepseek-v3.2, qwen3-235b-a22b-thinking-2507, kimi-k2-thinking"},{"name":"max_tokens","type":"integer","required":false,"default":4096,"description":"Maximum tokens to generate (max 16384)"}],"response":{"success":"boolean","data":{"content":"AI reasoning response","model":"Model ID used","model_name":"Model display name"}}},{"path":"/api/x402-uncensored/code","method":"POST","price":"$0.07","category":"AI","description":"Venice AI Code Generation (Qwen Coder 480B)","parameters":[{"name":"messages","type":"array","required":true,"description":"Code request messages, e.g., [{\"role\": \"user\", \"content\": \"Write a Python function to sort a list\"}]"},{"name":"message","type":"string","required":false,"description":"Shorthand: single user message string, auto-converted to messages array. Use either messages or message, not both."},{"name":"model","type":"string","required":false,"default":"qwen3-coder-480b-a35b-instruct","options":["qwen3-coder-480b-a35b-instruct"],"description":"Model (default: qwen3-coder-480b-a35b-instruct)"},{"name":"max_tokens","type":"integer","required":false,"default":4096,"description":"Maximum tokens to generate (max 16384)"}],"response":{"success":"boolean","data":{"content":"Generated code","model":"Model ID used","model_name":"Model display name"}}},{"path":"/api/x402-uncensored/image","method":"POST","price":"$0.03","category":"AI","description":"Venice AI Image Generation (NSFW capable with Chroma). Images expire after 15 minutes!","parameters":[{"name":"prompt","type":"string","required":true,"description":"Image description, e.g., 'A cyberpunk cityscape at night'"},{"name":"model","type":"string","required":false,"default":"chroma","options":["chroma","lustify-v7","lustify-sdxl","venice-sd35"],"description":"Model (default: chroma). Options: chroma (NSFW), lustify-v7, lustify-sdxl (NSFW), venice-sd35 (SFW)"},{"name":"width","type":"integer","required":false,"default":1024,"description":"Image width in pixels"},{"name":"height","type":"integer","required":false,"default":1024,"description":"Image height in pixels"}],"response":{"success":"boolean","data":{"image_url":"URL to download image (expires in 15 minutes)","model":"Model ID used","model_name":"Model display name","width":"Image width","height":"Image height","expires_in_minutes":15}}}]}