{"id":28386275,"url":"https://github.com/carcutter/carcutter-api-samples","last_synced_at":"2026-01-28T02:03:08.874Z","repository":{"id":41796813,"uuid":"422581986","full_name":"carcutter/carcutter-api-samples","owner":"carcutter","description":"Code samples for calling the CarCutter API","archived":false,"fork":false,"pushed_at":"2022-04-28T19:35:14.000Z","size":3251,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"develop","last_synced_at":"2025-06-26T13:46:28.483Z","etag":null,"topics":["backend"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/carcutter.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null}},"created_at":"2021-10-29T13:16:31.000Z","updated_at":"2022-03-29T07:57:30.000Z","dependencies_parsed_at":"2022-08-11T17:42:13.640Z","dependency_job_id":null,"html_url":"https://github.com/carcutter/carcutter-api-samples","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/carcutter/carcutter-api-samples","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/carcutter%2Fcarcutter-api-samples","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/carcutter%2Fcarcutter-api-samples/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/carcutter%2Fcarcutter-api-samples/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/carcutter%2Fcarcutter-api-samples/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/carcutter","download_url":"https://codeload.github.com/carcutter/carcutter-api-samples/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/carcutter%2Fcarcutter-api-samples/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28833383,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-27T23:29:49.665Z","status":"online","status_checked_at":"2026-01-28T02:00:06.943Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["backend"],"created_at":"2025-05-30T13:41:49.087Z","updated_at":"2026-01-28T02:03:08.856Z","avatar_url":"https://github.com/carcutter.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# carcutter-api-samples\nCode samples for calling the free demo CarCutter API.\n\n## Public demo access\n\nYou can easily process images and experiment with the different cut types via our **Web UI** at https://demo.car-cutter.com/.\n\nCalling the public part of the **CarCutter API** is possible on Linux or Mac via the commands below.\n\n### Complete cut\n\nCompletely extracts the car from its background and places it into a **rendered 3D showroom**.\n\n![complete cut](images/illustration/complete-cut.png)\n\n```\ncurl -X POST https://api.car-cutter.com/vehicle/composition/segment \\\n  -H 'Cache-Control: no-cache' \\\n  -H 'Content-Type: multipart/form-data' \\\n  -F cut_type=complete \\\n  -F image=@images/source/front-left.jpg \\\n| base64 --decode \u003e front-left_CC.jpg\n```\n\n### Half cut (a.k.a. normal cut)\n\nPartly extracts the car from its background, **extends the ground** to an artificial horizon, and adds a backdrop.\n\n![half cut](images/illustration/half-cut.png)\n\n```\ncurl -X POST https://api.car-cutter.com/vehicle/composition/segment \\\n  -H 'Cache-Control: no-cache' \\\n  -H 'Content-Type: multipart/form-data' \\\n  -F cut_type=normal \\\n  -F image=@images/source/side-left.jpg \\\n| base64 --decode \u003e side-left_NC.jpg\n```\n\n\n### Blur cut\n\nBlurs everything but the car, thus **focusing the view**.\n\n![blur cut](images/illustration/blur-cut.png)\n\n```\ncurl -X POST https://api.car-cutter.com/vehicle/composition/segment \\\n  -H 'Cache-Control: no-cache' \\\n  -H 'Content-Type: multipart/form-data' \\\n  -F cut_type=blur \\\n  -F image=@images/source/front.jpg \\\n| base64 --decode \u003e front_BC.jpg\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcarcutter%2Fcarcutter-api-samples","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcarcutter%2Fcarcutter-api-samples","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcarcutter%2Fcarcutter-api-samples/lists"}