Extracts an SVG icon from an input image
cURL
curl --request POST \ --url https://api.tokenkit.co/v2/image-utils/extract-svg-icon \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: multipart/form-data' \ --form 'image=<string>' \ --form image.0='@example-file'
{ "data": { "job_id": "job_123", "links": { "self": "/v1/jobs/job_123", "stream": "/v1/jobs/job_123/stream" } }, "errors": null }
multipart/form-data
image
file | string
15MB
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Job accepted
Show child attributes