cURL
curl --request POST \ --url https://api.example.com/v1/images \ --header 'Content-Type: application/json' \ --data ' { "template_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "modifications": [ { "name": "<string>", "text": "<string>", "image_url": "<string>", "color": "<string>", "number": 123 } ], "webhook_url": "<string>", "metadata": {} } '
{ "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "org_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "template_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "template_version": 123, "status": "<string>", "modifications": [ {} ], "result_url": "<string>", "thumbnail_url": "<string>", "error": {}, "duration_ms": 123, "created_at": "2023-11-07T05:31:56Z", "started_at": "2023-11-07T05:31:56Z", "completed_at": "2023-11-07T05:31:56Z", "object": "image", "image_metadata": {} }
Documentation IndexFetch the complete documentation index at: https://docs.n8negri.xyz/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.n8negri.xyz/llms.txt
Use this file to discover all available pages before exploring further.
Show child attributes
2048
Successful Response