KittyCAD logo

Docs

API Reference

KittyCAD's API is organized around REST. Our API has predictable resource-oriented URLs, accepts JSON-encoded request bodies, returns JSON-encoded responses, and uses standard HTTP response codes, authentication, and verbs.

The root endpoint / returns the OpenAPI specification for the API. It's handy if you want to use it to generate things.

Base url
https://api.kittycad.io

Authentication

KittyCAD's API uses API keys, also referred to as API tokens, to authenticate requests. You can view and manage your API keys in your account on the KittyCAD website.

Authentication to the API is performed via Bearer Token Auth. Provide your API key as the token value. We will automatically add your token to the examples here if you are logged in.

All API requests must be made over HTTPS. API requests without authentication will fail.

Authenticated request
$ curl --header "Authorization: Bearer $TOKEN" \
	"https://api.kittycad.io/_meta/debug/session"

Errors

KittyCAD uses conventional HTTP response codes to indicate the success or failure of an API request. In general: Codes in the 2xx range indicate success. Codes in the 4xx range indicate an error that failed given the information provided (e.g., a required parameter was omitted, etc.). Codes in the 5xx range indicate an error with KittyCAD's servers (these are rare).

HTTP Status Code Summary
400 - Bad RequestThe request failed could not authenticate, but the token existed.
401 - UnauthorizedNo valid API key provided.
403 - ForbiddenThe API key doesn't have permissions to perform the request.
404 - Not FoundThe requested resource doesn't exist.
406 - Not AcceptableThe request was unacceptable, often due to missing a required parameter.
500 - Internal Server ErrorThe server encountered an unexpected condition that prevented it from fulfilling the request.

API Calls

Get an async operation

Parameters

  • idstringrequired

Returns

200 OK

successful operation

    GET/async/operations/{id}
    $ curl "https://api.kittycad.io/async/operations/{id}" \
    	--header "Authorization: Bearer $TOKEN"
    200 OK
    Response
    {
      "completed_at": "2023-06-02T19:34:53.836Z",
      "created_at": "2023-06-02T19:34:53.836Z",
      "error": "",
      "id": "02045fc5-fed4-4137-8c93-3df789224b3b",
      "mass": 16,
      "material_density": 10,
      "src_format": "dae",
      "started_at": "2023-06-02T19:34:53.836Z",
      "status": "Completed",
      "updated_at": "2023-06-02T19:34:53.836Z",
      "user_id": "J9paAAha6kFPf59Kzev8YKj"
    }

    List API calls for your user

    Parameters

    • limitintegeroptional

    • page_tokenstringoptional

    • sort_bystringrequired

      Possible values
      • created-at-ascending:  sort in increasing order of "created_at"
      • created-at-descending:  sort in decreasing order of "created_at"

    Returns

    200 OK

    successful operation

    • itemsarrayoptional

      Array of
      • completed_atstringISO-8601optional

      • created_atstringISO-8601optional

      • durationintegerDurationoptional

      • emailstringEmail Addressoptional

      • endpointstringoptional

      • idstringUUIDoptional

      • ip_addressstringIP Addressoptional

      • litterboxbooleanoptional

      • methodstringoptional

        Possible values
        • OPTIONS:  The `OPTIONS` method as defined in [RFC 7231](https://tools.ietf.org/html/rfc7231#section-4.2.1).
        • GET:  The `GET` method as defined in [RFC 7231](https://tools.ietf.org/html/rfc7231#section-4.3.1).
        • POST:  The `POST` method as defined in [RFC 7231](https://tools.ietf.org/html/rfc7231#section-4.3.1).
        • PUT:  The `PUT` method as defined in [RFC 7231](https://tools.ietf.org/html/rfc7231#section-4.3.1).
        • DELETE:  The `DELETE` method as defined in [RFC 7231](https://tools.ietf.org/html/rfc7231#section-4.3.5).
        • HEAD:  The `HEAD` method as defined in [RFC 7231](https://tools.ietf.org/html/rfc7231#section-4.3.2).
        • TRACE:  The `TRACE` method as defined in [RFC 7231](https://tools.ietf.org/html/rfc7231#section-4.3).
        • CONNECT:  The `CONNECT` method as defined in [RFC 7231](https://tools.ietf.org/html/rfc7231#section-4.3.6).
        • PATCH:  The `PATCH` method as defined in [RFC 5789](https://tools.ietf.org/html/rfc5789).
        • EXTENSION:  A catch all.
      • minutesintegeroptional

      • originstringoptional

      • pricenumberUSD Priceoptional

      • request_bodystringoptional

      • request_query_paramsstringoptional

      • response_bodystringoptional

      • started_atstringISO-8601optional

      • status_codeintegeroptional

      • stripe_invoice_item_idstringoptional

      • tokenstringUUIDoptional

      • updated_atstringISO-8601optional

      • user_agentstringoptional

      • user_idstringoptional

    • next_pagestringoptional

    GET/user/api-calls
    $ curl "https://api.kittycad.io/user/api-calls" \
    	--header "Authorization: Bearer $TOKEN"
    200 OK
    Response
    {
      "items": [
        {
          "completed_at": "2023-06-02T19:34:53.845Z",
          "created_at": "2023-06-02T19:34:53.845Z",
          "duration": 22,
          "email": "4YqaB@M.com",
          "endpoint": "TSC83C",
          "id": "1fff18e2-54c6-4edf-afb6-3154c57f4efa",
          "ip_address": "192.0.2.240",
          "litterbox": false,
          "method": "POST",
          "minutes": 10,
          "origin": "qDUW3ma9Hwmpv",
          "price": "71.53",
          "request_body": "9DRqIGj2utfxAqa5S3JPOdjiTU",
          "request_query_params": "YlVG3",
          "response_body": "WTcvaP7CRITQ3LjyavbEbKyvawX",
          "started_at": "2023-06-02T19:34:53.845Z",
          "status_code": 5,
          "stripe_invoice_item_id": "Sy66WqMHFITXGtVLCN",
          "token": "dc22d8d6-e249-4c63-be17-92ab33540310",
          "updated_at": "2023-06-02T19:34:53.845Z",
          "user_agent": "RISVTIX",
          "user_id": "iV3U6McS36vOwrT3KBfqqgNnMBz0X"
        }
      ],
      "next_page": "eV"
    }

    Get an API call for a user

    Parameters

    • idstringrequired

    Returns

    200 OK

    successful operation

    • completed_atstringISO-8601optional

    • created_atstringISO-8601optional

    • durationintegerDurationoptional

    • emailstringEmail Addressoptional

    • endpointstringoptional

    • idstringUUIDoptional

    • ip_addressstringIP Addressoptional

    • litterboxbooleanoptional

    • methodstringoptional

      Possible values
      • OPTIONS:  The `OPTIONS` method as defined in [RFC 7231](https://tools.ietf.org/html/rfc7231#section-4.2.1).
      • GET:  The `GET` method as defined in [RFC 7231](https://tools.ietf.org/html/rfc7231#section-4.3.1).
      • POST:  The `POST` method as defined in [RFC 7231](https://tools.ietf.org/html/rfc7231#section-4.3.1).
      • PUT:  The `PUT` method as defined in [RFC 7231](https://tools.ietf.org/html/rfc7231#section-4.3.1).
      • DELETE:  The `DELETE` method as defined in [RFC 7231](https://tools.ietf.org/html/rfc7231#section-4.3.5).
      • HEAD:  The `HEAD` method as defined in [RFC 7231](https://tools.ietf.org/html/rfc7231#section-4.3.2).
      • TRACE:  The `TRACE` method as defined in [RFC 7231](https://tools.ietf.org/html/rfc7231#section-4.3).
      • CONNECT:  The `CONNECT` method as defined in [RFC 7231](https://tools.ietf.org/html/rfc7231#section-4.3.6).
      • PATCH:  The `PATCH` method as defined in [RFC 5789](https://tools.ietf.org/html/rfc5789).
      • EXTENSION:  A catch all.
    • minutesintegeroptional

    • originstringoptional

    • pricenumberUSD Priceoptional

    • request_bodystringoptional

    • request_query_paramsstringoptional

    • response_bodystringoptional

    • started_atstringISO-8601optional

    • status_codeintegeroptional

    • stripe_invoice_item_idstringoptional

    • tokenstringUUIDoptional

    • updated_atstringISO-8601optional

    • user_agentstringoptional

    • user_idstringoptional

    GET/user/api-calls/{id}
    $ curl "https://api.kittycad.io/user/api-calls/{id}" \
    	--header "Authorization: Bearer $TOKEN"
    200 OK
    Response
    {
      "completed_at": "2023-06-02T19:34:53.856Z",
      "created_at": "2023-06-02T19:34:53.856Z",
      "duration": 10,
      "email": "PSWDMKK9@bSRosv.com",
      "endpoint": "osuZxFmcgSE",
      "id": "d015af87-bec8-4bc3-a1c0-c25fa421213e",
      "ip_address": "192.0.2.187",
      "litterbox": true,
      "method": "GET",
      "minutes": 13,
      "origin": "jhJ",
      "price": "43.00",
      "request_body": "cZG0V0",
      "request_query_params": "mZY0STftXc",
      "response_body": "",
      "started_at": "2023-06-02T19:34:53.856Z",
      "status_code": 9,
      "stripe_invoice_item_id": "Wk",
      "token": "730afb12-a260-4270-ab6c-f25bbfc53bca",
      "updated_at": "2023-06-02T19:34:53.856Z",
      "user_agent": "bRb4YclWRgJE",
      "user_id": "e"
    }

    API Tokens

    List API tokens for your user

    Parameters

    • limitintegeroptional

    • page_tokenstringoptional

    • sort_bystringrequired

      Possible values
      • created-at-ascending:  sort in increasing order of "created_at"
      • created-at-descending:  sort in decreasing order of "created_at"

    Returns

    200 OK

    successful operation

    • itemsarrayoptional

      Array of
      • created_atstringISO-8601optional

      • idstringoptional

      • is_validbooleanoptional

      • tokenstringUUIDoptional

      • updated_atstringISO-8601optional

      • user_idstringoptional

    • next_pagestringoptional

    GET/user/api-tokens
    $ curl "https://api.kittycad.io/user/api-tokens" \
    	--header "Authorization: Bearer $TOKEN"
    200 OK
    Response
    {
      "items": [
        {
          "created_at": "2023-06-02T19:34:53.862Z",
          "id": "hhuBC7TIL",
          "is_valid": false,
          "token": "f38aad63-0e44-467a-8977-b7b8b8044e7c",
          "updated_at": "2023-06-02T19:34:53.862Z",
          "user_id": "rmv0xD7RNoeBglve01NHa5BWm8g6"
        }
      ],
      "next_page": "sKejCtnG07zvTKviD6p6ahUNxH"
    }

    Create a new API token for your user

    Parameters

    No parameters

    Returns

    201 Created

    successful creation

    • created_atstringISO-8601optional

    • idstringoptional

    • is_validbooleanoptional

    • tokenstringUUIDoptional

    • updated_atstringISO-8601optional

    • user_idstringoptional

    POST/user/api-tokens
    $ curl -X POST "https://api.kittycad.io/user/api-tokens" \
    	--header "Authorization: Bearer $TOKEN"
    201 Created
    Response
    {
      "created_at": "2023-06-02T19:34:53.866Z",
      "id": "or4GWhwPNLVO6zuqREzSg6kdcAci0",
      "is_valid": true,
      "token": "ca430cb1-fd46-40b8-bc2d-301bd2493d9d",
      "updated_at": "2023-06-02T19:34:53.866Z",
      "user_id": "SHJG3FlofrfUWR"
    }

    Delete an API token for your user

    Parameters

    • tokenstringUUIDrequired

    Returns

    204 No Content

    successful deletion

    DELETE/user/api-tokens/{token}
    $ curl -X DELETE "https://api.kittycad.io/user/api-tokens/{token}" \
    	--header "Authorization: Bearer $TOKEN"

    Get an API token for your user

    Parameters

    • tokenstringUUIDrequired

    Returns

    200 OK

    successful operation

    • created_atstringISO-8601optional

    • idstringoptional

    • is_validbooleanoptional

    • tokenstringUUIDoptional

    • updated_atstringISO-8601optional

    • user_idstringoptional

    GET/user/api-tokens/{token}
    $ curl "https://api.kittycad.io/user/api-tokens/{token}" \
    	--header "Authorization: Bearer $TOKEN"
    200 OK
    Response
    {
      "created_at": "2023-06-02T19:34:53.870Z",
      "id": "h2B5rAT10N3LHdPEBw5sFQCsX6",
      "is_valid": true,
      "token": "caa68785-ada4-4308-96d5-e4d506da9c09",
      "updated_at": "2023-06-02T19:34:53.870Z",
      "user_id": "O"
    }

    File

    Convert CAD file

    Parameters

    • output_formatstringrequired

      Possible values
      • dae:  The COLLADA/DAE file format. <https://en.wikipedia.org/wiki/COLLADA>
      • dxf:  The DXF file format. <https://en.wikipedia.org/wiki/AutoCAD_DXF>
      • fbx:  The FBX file format. <https://en.wikipedia.org/wiki/FBX>
      • fbxb:  The FBX file format (in binary). <https://en.wikipedia.org/wiki/FBX>
      • obj:  The OBJ file format. A zip file containing both the obj file itself and its associated mtl file for full processing. <https://en.wikipedia.org/wiki/Wavefront_.obj_file>> The OBJ file format. <https://en.wikipedia.org/wiki/Wavefront_.obj_file> It may or may not have an an attached material (mtl // mtllib) within the file, but we interact with it as if it does not.
      • ply:  The PLY file format. <https://en.wikipedia.org/wiki/PLY_(file_format)>
      • step:  The STEP file format. <https://en.wikipedia.org/wiki/ISO_10303-21>
      • stl:  The STL file format. <https://en.wikipedia.org/wiki/STL_(file_format)>
    • src_formatstringrequired

      Possible values
      • dae:  The COLLADA/DAE file format. <https://en.wikipedia.org/wiki/COLLADA>
      • dxf:  The DXF file format. <https://en.wikipedia.org/wiki/AutoCAD_DXF>
      • fbx:  The FBX file format. <https://en.wikipedia.org/wiki/FBX>
      • obj_zip:  The OBJ file format. A zip file containing both the obj file itself and its associated mtl file for full processing. <https://en.wikipedia.org/wiki/Wavefront_.obj_file>>
      • obj:  The OBJ file format. <https://en.wikipedia.org/wiki/Wavefront_.obj_file> It may or may not have an an attached material (mtl // mtllib) within the file, but we interact with it as if it does not.
      • ply:  The PLY file format. <https://en.wikipedia.org/wiki/PLY_(file_format)>
      • step:  The STEP file format. <https://en.wikipedia.org/wiki/ISO_10303-21>
      • stl:  The STL file format. <https://en.wikipedia.org/wiki/STL_(file_format)>
    • bodyapplication/octet-streamstringBINARYoptional

    Returns

    201 Created

    successful creation

    • completed_atstringISO-8601optional

    • created_atstringISO-8601optional

    • errorstringoptional

    • idstringUUIDoptional

    • outputstringBASE64optional

    • output_formatstringoptional

      Possible values
      • dae:  The COLLADA/DAE file format. <https://en.wikipedia.org/wiki/COLLADA>
      • dxf:  The DXF file format. <https://en.wikipedia.org/wiki/AutoCAD_DXF>
      • fbx:  The FBX file format. <https://en.wikipedia.org/wiki/FBX>
      • fbxb:  The FBX file format (in binary). <https://en.wikipedia.org/wiki/FBX>
      • obj:  The OBJ file format. A zip file containing both the obj file itself and its associated mtl file for full processing. <https://en.wikipedia.org/wiki/Wavefront_.obj_file>> The OBJ file format. <https://en.wikipedia.org/wiki/Wavefront_.obj_file> It may or may not have an an attached material (mtl // mtllib) within the file, but we interact with it as if it does not.
      • ply:  The PLY file format. <https://en.wikipedia.org/wiki/PLY_(file_format)>
      • step:  The STEP file format. <https://en.wikipedia.org/wiki/ISO_10303-21>
      • stl:  The STL file format. <https://en.wikipedia.org/wiki/STL_(file_format)>
    • src_formatstringoptional

      Possible values
      • dae:  The COLLADA/DAE file format. <https://en.wikipedia.org/wiki/COLLADA>
      • dxf:  The DXF file format. <https://en.wikipedia.org/wiki/AutoCAD_DXF>
      • fbx:  The FBX file format. <https://en.wikipedia.org/wiki/FBX>
      • obj_zip:  The OBJ file format. A zip file containing both the obj file itself and its associated mtl file for full processing. <https://en.wikipedia.org/wiki/Wavefront_.obj_file>>
      • obj:  The OBJ file format. <https://en.wikipedia.org/wiki/Wavefront_.obj_file> It may or may not have an an attached material (mtl // mtllib) within the file, but we interact with it as if it does not.
      • ply:  The PLY file format. <https://en.wikipedia.org/wiki/PLY_(file_format)>
      • step:  The STEP file format. <https://en.wikipedia.org/wiki/ISO_10303-21>
      • stl:  The STL file format. <https://en.wikipedia.org/wiki/STL_(file_format)>
    • started_atstringISO-8601optional

    • statusstringoptional

      Possible values
      • Queued:  The async API call is queued.
      • Uploaded:  The async API call was uploaded to be converted.
      • In Progress:  The async API call is in progress.
      • Completed:  The async API call has completed.
      • Failed:  The async API call has failed.
    • updated_atstringISO-8601optional

    • user_idstringoptional

    POST/file/conversion/{src_format}/{output_format}
    $ curl -X POST "https://api.kittycad.io/file/conversion/{src_format}/{output_format}" \
    	--header "Authorization: Bearer $TOKEN" \
    	--header "Content-Type: application/octet-stream" \
    	--data-binary "@path/to/file"
    201 Created
    Response
    {
      "completed_at": "2023-06-02T19:34:53.875Z",
      "created_at": "2023-06-02T19:34:53.875Z",
      "error": "DbiKP5yBiCVtNnIGpUPVlAQpM33246",
      "id": "eb90ef88-7168-48a2-a7fd-4a3fae417070",
      "output": "BASE64_ENCODED_BYTE_STRING",
      "output_format": "dxf",
      "src_format": "obj_zip",
      "started_at": "2023-06-02T19:34:53.875Z",
      "status": "Failed",
      "updated_at": "2023-06-02T19:34:53.875Z",
      "user_id": "GyuvJKLngRWTJwBjgGB"
    }

    Get CAD file density   
    beta

    Parameters

    • material_massnumberrequired

    • src_formatstringrequired

      Possible values
      • dae:  The COLLADA/DAE file format. <https://en.wikipedia.org/wiki/COLLADA>
      • dxf:  The DXF file format. <https://en.wikipedia.org/wiki/AutoCAD_DXF>
      • fbx:  The FBX file format. <https://en.wikipedia.org/wiki/FBX>
      • obj_zip:  The OBJ file format. A zip file containing both the obj file itself and its associated mtl file for full processing. <https://en.wikipedia.org/wiki/Wavefront_.obj_file>>
      • obj:  The OBJ file format. <https://en.wikipedia.org/wiki/Wavefront_.obj_file> It may or may not have an an attached material (mtl // mtllib) within the file, but we interact with it as if it does not.
      • ply:  The PLY file format. <https://en.wikipedia.org/wiki/PLY_(file_format)>
      • step:  The STEP file format. <https://en.wikipedia.org/wiki/ISO_10303-21>
      • stl:  The STL file format. <https://en.wikipedia.org/wiki/STL_(file_format)>
    • bodyapplication/octet-streamstringBINARYoptional

    Returns

    201 Created

    successful creation

    • completed_atstringISO-8601optional

    • created_atstringISO-8601optional

    • densitynumberoptional

    • errorstringoptional

    • idstringUUIDoptional

    • material_massnumberoptional

    • src_formatstringoptional

      Possible values
      • dae:  The COLLADA/DAE file format. <https://en.wikipedia.org/wiki/COLLADA>
      • dxf:  The DXF file format. <https://en.wikipedia.org/wiki/AutoCAD_DXF>
      • fbx:  The FBX file format. <https://en.wikipedia.org/wiki/FBX>
      • obj_zip:  The OBJ file format. A zip file containing both the obj file itself and its associated mtl file for full processing. <https://en.wikipedia.org/wiki/Wavefront_.obj_file>>
      • obj:  The OBJ file format. <https://en.wikipedia.org/wiki/Wavefront_.obj_file> It may or may not have an an attached material (mtl // mtllib) within the file, but we interact with it as if it does not.
      • ply:  The PLY file format. <https://en.wikipedia.org/wiki/PLY_(file_format)>
      • step:  The STEP file format. <https://en.wikipedia.org/wiki/ISO_10303-21>
      • stl:  The STL file format. <https://en.wikipedia.org/wiki/STL_(file_format)>
    • started_atstringISO-8601optional

    • statusstringoptional

      Possible values
      • Queued:  The async API call is queued.
      • Uploaded:  The async API call was uploaded to be converted.
      • In Progress:  The async API call is in progress.
      • Completed:  The async API call has completed.
      • Failed:  The async API call has failed.
    • updated_atstringISO-8601optional

    • user_idstringoptional

    POST/file/density
    $ curl -X POST "https://api.kittycad.io/file/density" \
    	--header "Authorization: Bearer $TOKEN" \
    	--header "Content-Type: application/octet-stream" \
    	--data-binary "@path/to/file"
    201 Created
    Response
    {
      "completed_at": "2023-06-02T19:34:53.884Z",
      "created_at": "2023-06-02T19:34:53.884Z",
      "density": 5,
      "error": "rcCPNvgATvuEnhXx1v",
      "id": "5e5c342b-155f-4a4c-85b3-1e4cff13b80b",
      "material_mass": 19,
      "src_format": "dae",
      "started_at": "2023-06-02T19:34:53.884Z",
      "status": "Queued",
      "updated_at": "2023-06-02T19:34:53.884Z",
      "user_id": "UHZDNkfMQQ"
    }

    Get CAD file mass   
    beta

    Parameters

    • material_densitynumberrequired

    • src_formatstringrequired

      Possible values
      • dae:  The COLLADA/DAE file format. <https://en.wikipedia.org/wiki/COLLADA>
      • dxf:  The DXF file format. <https://en.wikipedia.org/wiki/AutoCAD_DXF>
      • fbx:  The FBX file format. <https://en.wikipedia.org/wiki/FBX>
      • obj_zip:  The OBJ file format. A zip file containing both the obj file itself and its associated mtl file for full processing. <https://en.wikipedia.org/wiki/Wavefront_.obj_file>>
      • obj:  The OBJ file format. <https://en.wikipedia.org/wiki/Wavefront_.obj_file> It may or may not have an an attached material (mtl // mtllib) within the file, but we interact with it as if it does not.
      • ply:  The PLY file format. <https://en.wikipedia.org/wiki/PLY_(file_format)>
      • step:  The STEP file format. <https://en.wikipedia.org/wiki/ISO_10303-21>
      • stl:  The STL file format. <https://en.wikipedia.org/wiki/STL_(file_format)>
    • bodyapplication/octet-streamstringBINARYoptional

    Returns

    201 Created

    successful creation

    • completed_atstringISO-8601optional

    • created_atstringISO-8601optional

    • errorstringoptional

    • idstringUUIDoptional

    • massnumberoptional

    • material_densitynumberoptional

    • src_formatstringoptional

      Possible values
      • dae:  The COLLADA/DAE file format. <https://en.wikipedia.org/wiki/COLLADA>
      • dxf:  The DXF file format. <https://en.wikipedia.org/wiki/AutoCAD_DXF>
      • fbx:  The FBX file format. <https://en.wikipedia.org/wiki/FBX>
      • obj_zip:  The OBJ file format. A zip file containing both the obj file itself and its associated mtl file for full processing. <https://en.wikipedia.org/wiki/Wavefront_.obj_file>>
      • obj:  The OBJ file format. <https://en.wikipedia.org/wiki/Wavefront_.obj_file> It may or may not have an an attached material (mtl // mtllib) within the file, but we interact with it as if it does not.
      • ply:  The PLY file format. <https://en.wikipedia.org/wiki/PLY_(file_format)>
      • step:  The STEP file format. <https://en.wikipedia.org/wiki/ISO_10303-21>
      • stl:  The STL file format. <https://en.wikipedia.org/wiki/STL_(file_format)>
    • started_atstringISO-8601optional

    • statusstringoptional

      Possible values
      • Queued:  The async API call is queued.
      • Uploaded:  The async API call was uploaded to be converted.
      • In Progress:  The async API call is in progress.
      • Completed:  The async API call has completed.
      • Failed:  The async API call has failed.
    • updated_atstringISO-8601optional

    • user_idstringoptional

    POST/file/mass
    $ curl -X POST "https://api.kittycad.io/file/mass" \
    	--header "Authorization: Bearer $TOKEN" \
    	--header "Content-Type: application/octet-stream" \
    	--data-binary "@path/to/file"
    201 Created
    Response
    {
      "completed_at": "2023-06-02T19:34:53.890Z",
      "created_at": "2023-06-02T19:34:53.890Z",
      "error": "YqCu",
      "id": "8a4b25a5-2e18-4db2-9cd8-3c0406e0e7e8",
      "mass": 12,
      "material_density": 12,
      "src_format": "stl",
      "started_at": "2023-06-02T19:34:53.890Z",
      "status": "Failed",
      "updated_at": "2023-06-02T19:34:53.890Z",
      "user_id": "uSvQVqjpuIYqxxBR970uxlM7cS"
    }

    Meta

    Get OpenAPI schema

    Parameters

    No parameters

    Returns

    200 OK

    successful operation

      GET/
      $ curl "https://api.kittycad.io/" \
      	--header "Authorization: Bearer $TOKEN"
      200 OK
      Response

      Return pong

      Parameters

      No parameters

      Returns

      200 OK

      successful operation

      • messagestringoptional

      GET/ping
      $ curl "https://api.kittycad.io/ping" \
      	--header "Authorization: Bearer $TOKEN"
      200 OK
      Response
      {
        "message": ""
      }

      Payments

      Delete payment info for your user

      Parameters

      No parameters

      Returns

      204 No Content

      successful deletion

      DELETE/user/payment
      $ curl -X DELETE "https://api.kittycad.io/user/payment" \
      	--header "Authorization: Bearer $TOKEN"

      Get payment info about your user

      Parameters

      No parameters

      Returns

      200 OK

      successful operation

      • addressobjectoptional

        Object
        • citystringoptional

        • countrystringoptional

          Possible values
          249 possible values
          • AF:  Afghanistan
          • AX:  Åland Islands
          • AL:  Albania
          • DZ:  Algeria
          • AS:  American Samoa
          • AD:  Andorra
          • AO:  Angola
          • AI:  Anguilla
          • AQ:  Antarctica
          • AG:  Antigua and Barbuda
          • AR:  Argentina
          • AM:  Armenia
          • AW:  Aruba
          • AU:  Australia
          • AT:  Austria
          • AZ:  Azerbaijan
          • BS:  Bahamas
          • BH:  Bahrain
          • BD:  Bangladesh
          • BB:  Barbados
          • BY:  Belarus
          • BE:  Belgium
          • BZ:  Belize
          • BJ:  Benin
          • BM:  Bermuda
          • BT:  Bhutan
          • BO:  Bolivia (Plurinational State of)
          • BQ:  Bonaire, Sint Eustatius and Saba
          • BA:  Bosnia and Herzegovina
          • BW:  Botswana
          • BV:  Bouvet Island
          • BR:  Brazil
          • IO:  British Indian Ocean Territory
          • BN:  Brunei Darussalam
          • BG:  Bulgaria
          • BF:  Burkina Faso
          • BI:  Burundi
          • CV:  Cabo Verde
          • KH:  Cambodia
          • CM:  Cameroon
          • CA:  Canada
          • KY:  Cayman Islands
          • CF:  Central African Republic
          • TD:  Chad
          • CL:  Chile
          • CN:  China
          • CX:  Christmas Island
          • CC:  Cocos (Keeling) Islands
          • CO:  Colombia
          • KM:  Comoros
          • CG:  Congo
          • CD:  Congo (Democratic Republic of the)
          • CK:  Cook Islands
          • CR:  Costa Rica
          • CI:  Côte d'Ivoire
          • HR:  Croatia
          • CU:  Cuba
          • CW:  Curaçao
          • CY:  Cyprus
          • CZ:  Czechia
          • DK:  Denmark
          • DJ:  Djibouti
          • DM:  Dominica
          • DO:  Dominican Republic
          • EC:  Ecuador
          • EG:  Egypt
          • SV:  El Salvador
          • GQ:  Equatorial Guinea
          • ER:  Eritrea
          • EE:  Estonia
          • ET:  Ethiopia
          • FK:  Falkland Islands (Malvinas)
          • FO:  Faroe Islands
          • FJ:  Fiji
          • FI:  Finland
          • FR:  France
          • GF:  French Guiana
          • PF:  French Polynesia
          • TF:  French Southern Territories
          • GA:  Gabon
          • GM:  Gambia
          • GE:  Georgia
          • DE:  Germany
          • GH:  Ghana
          • GI:  Gibraltar
          • GR:  Greece
          • GL:  Greenland
          • GD:  Grenada
          • GP:  Guadeloupe
          • GU:  Guam
          • GT:  Guatemala
          • GG:  Guernsey
          • GN:  Guinea
          • GW:  Guinea-Bissau
          • GY:  Guyana
          • HT:  Haiti
          • HM:  Heard Island and McDonald Islands
          • VA:  Holy See
          • HN:  Honduras
          • HK:  Hong Kong
          • HU:  Hungary
          • IS:  Iceland
          • IN:  India
          • ID:  Indonesia
          • IR:  Iran (Islamic Republic of)
          • IQ:  Iraq
          • IE:  Ireland
          • IM:  Isle of Man
          • IL:  Israel
          • IT:  Italy
          • JM:  Jamaica
          • JP:  Japan
          • JE:  Jersey
          • JO:  Jordan
          • KZ:  Kazakhstan
          • KE:  Kenya
          • KI:  Kiribati
          • KP:  Korea (Democratic People's Republic of)
          • KR:  Korea (Republic of)
          • KW:  Kuwait
          • KG:  Kyrgyzstan
          • LA:  Lao People's Democratic Republic
          • LV:  Latvia
          • LB:  Lebanon
          • LS:  Lesotho
          • LR:  Liberia
          • LY:  Libya
          • LI:  Liechtenstein
          • LT:  Lithuania
          • LU:  Luxembourg
          • MO:  Macao
          • MK:  Macedonia (the former Yugoslav Republic of)
          • MG:  Madagascar
          • MW:  Malawi
          • MY:  Malaysia
          • MV:  Maldives
          • ML:  Mali
          • MT:  Malta
          • MH:  Marshall Islands
          • MQ:  Martinique
          • MR:  Mauritania
          • MU:  Mauritius
          • YT:  Mayotte
          • MX:  Mexico
          • FM:  Micronesia (Federated States of)
          • MD:  Moldova (Republic of)
          • MC:  Monaco
          • MN:  Mongolia
          • ME:  Montenegro
          • MS:  Montserrat
          • MA:  Morocco
          • MZ:  Mozambique
          • MM:  Myanmar
          • NA:  Namibia
          • NR:  Nauru
          • NP:  Nepal
          • NL:  Netherlands
          • NC:  New Caledonia
          • NZ:  New Zealand
          • NI:  Nicaragua
          • NE:  Niger
          • NG:  Nigeria
          • NU:  Niue
          • NF:  Norfolk Island
          • MP:  Northern Mariana Islands
          • NO:  Norway
          • OM:  Oman
          • PK:  Pakistan
          • PW:  Palau
          • PS:  Palestine, State of
          • PA:  Panama
          • PG:  Papua New Guinea
          • PY:  Paraguay
          • PE:  Peru
          • PH:  Philippines
          • PN:  Pitcairn
          • PL:  Poland
          • PT:  Portugal
          • PR:  Puerto Rico
          • QA:  Qatar
          • RE:  Réunion
          • RO:  Romania
          • RU:  Russian Federation
          • RW:  Rwanda
          • BL:  Saint Barthélemy
          • SH:  Saint Helena, Ascension and Tristan da Cunha
          • KN:  Saint Kitts and Nevis
          • LC:  Saint Lucia
          • MF:  Saint Martin (French part)
          • PM:  Saint Pierre and Miquelon
          • VC:  Saint Vincent and the Grenadines
          • WS:  Samoa
          • SM:  San Marino
          • ST:  Sao Tome and Principe
          • SA:  Saudi Arabia
          • SN:  Senegal
          • RS:  Serbia
          • SC:  Seychelles
          • SL:  Sierra Leone
          • SG:  Singapore
          • SX:  Sint Maarten (Dutch part)
          • SK:  Slovakia
          • SI:  Slovenia
          • SB:  Solomon Islands
          • SO:  Somalia
          • ZA:  South Africa
          • GS:  South Georgia and the South Sandwich Islands
          • SS:  South Sudan
          • ES:  Spain
          • LK:  Sri Lanka
          • SD:  Sudan
          • SR:  Suriname
          • SJ:  Svalbard and Jan Mayen
          • SZ:  Swaziland
          • SE:  Sweden
          • CH:  Switzerland
          • SY:  Syrian Arab Republic
          • TW:  Taiwan, Province of China
          • TJ:  Tajikistan
          • TZ:  Tanzania, United Republic of
          • TH:  Thailand
          • TL:  Timor-Leste
          • TG:  Togo
          • TK:  Tokelau
          • TO:  Tonga
          • TT:  Trinidad and Tobago
          • TN:  Tunisia
          • TR:  Turkey
          • TM:  Turkmenistan
          • TC:  Turks and Caicos Islands
          • TV:  Tuvalu
          • UG:  Uganda
          • UA:  Ukraine
          • AE:  United Arab Emirates
          • GB:  United Kingdom of Great Britain and Northern Ireland
          • US:  United States of America
          • UM:  United States Minor Outlying Islands
          • UY:  Uruguay
          • UZ:  Uzbekistan
          • VU:  Vanuatu
          • VE:  Venezuela (Bolivarian Republic of)
          • VN:  Viet Nam
          • VG:  Virgin Islands (British)
          • VI:  Virgin Islands (U.S.)
          • WF:  Wallis and Futuna
          • EH:  Western Sahara
          • YE:  Yemen
          • ZM:  Zambia
          • ZW:  Zimbabwe
        • statestringoptional

        • street1stringoptional

        • street2stringoptional

        • user_idstringoptional

        • zipstringoptional

      • balancenumberUSD Priceoptional

      • created_atstringISO-8601optional

      • currencystringoptional

        Possible values
        139 possible values
        • aed:  United Arab Emirates Dirham
        • afn:  Afghan Afghani
        • all:  Albanian Lek
        • amd:  Armenian Dram
        • ang:  Netherlands Antillean Gulden
        • aoa:  Angolan Kwanza
        • ars:  Argentine Peso
        • aud:  Australian Dollar
        • awg:  Aruban Florin
        • azn:  Azerbaijani Manat
        • bam:  Bosnia & Herzegovina Convertible Mark
        • bbd:  Barbadian Dollar
        • bdt:  Bangladeshi Taka
        • bgn:  Bulgarian Lev
        • bif:  Burundian Franc
        • bmd:  Bermudian Dollar
        • bnd:  Brunei Dollar
        • bob:  Bolivian Boliviano
        • brl:  Brazilian Real
        • bsd:  Bahamian Dollar
        • bwp:  Botswana Pula
        • bzd:  Belize Dollar
        • cad:  Canadian Dollar
        • cdf:  Congolese Franc
        • chf:  Swiss Franc
        • clp:  Chilean Peso
        • cny:  Chinese Renminbi Yuan
        • cop:  Colombian Peso
        • crc:  Costa Rican Colón
        • cve:  Cape Verdean Escudo
        • czk:  Czech Koruna
        • djf:  Djiboutian Franc
        • dkk:  Danish Krone
        • dop:  Dominican Peso
        • dzd:  Algerian Dinar
        • eek:  Estonian Kroon
        • egp:  Egyptian Pound
        • etb:  Ethiopian Birr
        • eur:  Euro
        • fjd:  Fijian Dollar
        • fkp:  Falkland Islands Pound
        • gbp:  British Pound
        • gel:  Georgian Lari
        • gip:  Gibraltar Pound
        • gmd:  Gambian Dalasi
        • gnf:  Guinean Franc
        • gtq:  Guatemalan Quetzal
        • gyd:  Guyanese Dollar
        • hkd:  Hong Kong Dollar
        • hnl:  Honduran Lempira
        • hrk:  Croatian Kuna
        • htg:  Haitian Gourde
        • huf:  Hungarian Forint
        • idr:  Indonesian Rupiah
        • ils:  Israeli New Sheqel
        • inr:  Indian Rupee
        • isk:  Icelandic Króna
        • jmd:  Jamaican Dollar
        • jpy:  Japanese Yen
        • kes:  Kenyan Shilling
        • kgs:  Kyrgyzstani Som
        • khr:  Cambodian Riel
        • kmf:  Comorian Franc
        • krw:  South Korean Won
        • kyd:  Cayman Islands Dollar
        • kzt:  Kazakhstani Tenge
        • lak:  Lao Kip
        • lbp:  Lebanese Pound
        • lkr:  Sri Lankan Rupee
        • lrd:  Liberian Dollar
        • lsl:  Lesotho Loti
        • ltl:  Lithuanian Litas
        • lvl:  Latvian Lats
        • mad:  Moroccan Dirham
        • mdl:  Moldovan Leu
        • mga:  Malagasy Ariary
        • mkd:  Macedonian Denar
        • mnt:  Mongolian Tögrög
        • mop:  Macanese Pataca
        • mro:  Mauritanian Ouguiya
        • mur:  Mauritian Rupee
        • mvr:  Maldivian Rufiyaa
        • mwk:  Malawian Kwacha
        • mxn:  Mexican Peso
        • myr:  Malaysian Ringgit
        • mzn:  Mozambican Metical
        • nad:  Namibian Dollar
        • ngn:  Nigerian Naira
        • nio:  Nicaraguan Córdoba
        • nok:  Norwegian Krone
        • npr:  Nepalese Rupee
        • nzd:  New Zealand Dollar
        • pab:  Panamanian Balboa
        • pen:  Peruvian Nuevo Sol
        • pgk:  Papua New Guinean Kina
        • php:  Philippine Peso
        • pkr:  Pakistani Rupee
        • pln:  Polish Złoty
        • pyg:  Paraguayan Guaraní
        • qar:  Qatari Riyal
        • ron:  Romanian Leu
        • rsd:  Serbian Dinar
        • rub:  Russian Ruble
        • rwf:  Rwandan Franc
        • sar:  Saudi Riyal
        • sbd:  Solomon Islands Dollar
        • scr:  Seychellois Rupee
        • sek:  Swedish Krona
        • sgd:  Singapore Dollar
        • shp:  Saint Helenian Pound
        • sll:  Sierra Leonean Leone
        • sos:  Somali Shilling
        • srd:  Surinamese Dollar
        • std:  São Tomé and Príncipe Dobra
        • svc:  Salvadoran Colón
        • szl:  Swazi Lilangeni
        • thb:  Thai Baht
        • tjs:  Tajikistani Somoni
        • top:  Tongan Paʻanga
        • try:  Turkish Lira
        • ttd:  Trinidad and Tobago Dollar
        • twd:  New Taiwan Dollar
        • tzs:  Tanzanian Shilling
        • uah:  Ukrainian Hryvnia
        • ugx:  Ugandan Shilling
        • usd:  United States Dollar
        • uyu:  Uruguayan Peso
        • uzs:  Uzbekistani Som
        • vef:  Venezuelan Bolívar
        • vnd:  Vietnamese Đồng
        • vuv:  Vanuatu Vatu
        • wst:  Samoan Tala
        • xaf:  Central African Cfa Franc
        • xcd:  East Caribbean Dollar
        • xof:  West African Cfa Franc
        • xpf:  Cfp Franc
        • yer:  Yemeni Rial
        • zar:  South African Rand
        • zmw:  Zambian Kwacha
      • delinquentbooleanoptional

      • emailstringEmail Addressoptional

      • idstringoptional

      • metadataobjectoptional

      • namestringoptional

      • phonestringPhone Numberoptional

      GET/user/payment
      $ curl "https://api.kittycad.io/user/payment" \
      	--header "Authorization: Bearer $TOKEN"
      200 OK
      Response
      {
        "address": {
          "city": "V8kfwYcU8tCmw6bRByG3I2",
          "country": "AF",
          "state": "rLXu7UTWiujHrdZeSCoGnCGp",
          "street1": "eNjGmyFLab",
          "street2": "MKHIfESRFsSSvb9gZU",
          "user_id": "kPTiIrd7TdtwsE6",
          "zip": "E6NtP6vaYkihY1srFgjSeDW"
        },
        "balance": "78.98",
        "created_at": "2023-06-02T19:34:53.902Z",
        "currency": "xpf",
        "delinquent": false,
        "email": "7Nos@v4nTSuIImU.com",
        "id": "zHPMNliApke724KkaBu4",
        "metadata": {},
        "name": "k1oDGi00C4uFjxQXAQRTa5Yy",
        "phone": "+1-208-453-4011"
      }

      Create payment info for your user

      Parameters

      • bodyapplication/jsonobjectoptional

        Object
        • addressobjectoptional

          Object
          • citystringoptional

          • countrystringoptional

            Possible values
            249 possible values
            • AF:  Afghanistan
            • AX:  Åland Islands
            • AL:  Albania
            • DZ:  Algeria
            • AS:  American Samoa
            • AD:  Andorra
            • AO:  Angola
            • AI:  Anguilla
            • AQ:  Antarctica
            • AG:  Antigua and Barbuda
            • AR:  Argentina
            • AM:  Armenia
            • AW:  Aruba
            • AU:  Australia
            • AT:  Austria
            • AZ:  Azerbaijan
            • BS:  Bahamas
            • BH:  Bahrain
            • BD:  Bangladesh
            • BB:  Barbados
            • BY:  Belarus
            • BE:  Belgium
            • BZ:  Belize
            • BJ:  Benin
            • BM:  Bermuda
            • BT:  Bhutan
            • BO:  Bolivia (Plurinational State of)
            • BQ:  Bonaire, Sint Eustatius and Saba
            • BA:  Bosnia and Herzegovina
            • BW:  Botswana
            • BV:  Bouvet Island
            • BR:  Brazil
            • IO:  British Indian Ocean Territory
            • BN:  Brunei Darussalam
            • BG:  Bulgaria
            • BF:  Burkina Faso
            • BI:  Burundi
            • CV:  Cabo Verde
            • KH:  Cambodia
            • CM:  Cameroon
            • CA:  Canada
            • KY:  Cayman Islands
            • CF:  Central African Republic
            • TD:  Chad
            • CL:  Chile
            • CN:  China
            • CX:  Christmas Island
            • CC:  Cocos (Keeling) Islands
            • CO:  Colombia
            • KM:  Comoros
            • CG:  Congo
            • CD:  Congo (Democratic Republic of the)
            • CK:  Cook Islands
            • CR:  Costa Rica
            • CI:  Côte d'Ivoire
            • HR:  Croatia
            • CU:  Cuba
            • CW:  Curaçao
            • CY:  Cyprus
            • CZ:  Czechia
            • DK:  Denmark
            • DJ:  Djibouti
            • DM:  Dominica
            • DO:  Dominican Republic
            • EC:  Ecuador
            • EG:  Egypt
            • SV:  El Salvador
            • GQ:  Equatorial Guinea
            • ER:  Eritrea
            • EE:  Estonia
            • ET:  Ethiopia
            • FK:  Falkland Islands (Malvinas)
            • FO:  Faroe Islands
            • FJ:  Fiji
            • FI:  Finland
            • FR:  France
            • GF:  French Guiana
            • PF:  French Polynesia
            • TF:  French Southern Territories
            • GA:  Gabon
            • GM:  Gambia
            • GE:  Georgia
            • DE:  Germany
            • GH:  Ghana
            • GI:  Gibraltar
            • GR:  Greece
            • GL:  Greenland
            • GD:  Grenada
            • GP:  Guadeloupe
            • GU:  Guam
            • GT:  Guatemala
            • GG:  Guernsey
            • GN:  Guinea
            • GW:  Guinea-Bissau
            • GY:  Guyana
            • HT:  Haiti
            • HM:  Heard Island and McDonald Islands
            • VA:  Holy See
            • HN:  Honduras
            • HK:  Hong Kong
            • HU:  Hungary
            • IS:  Iceland
            • IN:  India
            • ID:  Indonesia
            • IR:  Iran (Islamic Republic of)
            • IQ:  Iraq
            • IE:  Ireland
            • IM:  Isle of Man
            • IL:  Israel
            • IT:  Italy
            • JM:  Jamaica
            • JP:  Japan
            • JE:  Jersey
            • JO:  Jordan
            • KZ:  Kazakhstan
            • KE:  Kenya
            • KI:  Kiribati
            • KP:  Korea (Democratic People's Republic of)
            • KR:  Korea (Republic of)
            • KW:  Kuwait
            • KG:  Kyrgyzstan
            • LA:  Lao People's Democratic Republic
            • LV:  Latvia
            • LB:  Lebanon
            • LS:  Lesotho
            • LR:  Liberia
            • LY:  Libya
            • LI:  Liechtenstein
            • LT:  Lithuania
            • LU:  Luxembourg
            • MO:  Macao
            • MK:  Macedonia (the former Yugoslav Republic of)
            • MG:  Madagascar
            • MW:  Malawi
            • MY:  Malaysia
            • MV:  Maldives
            • ML:  Mali
            • MT:  Malta
            • MH:  Marshall Islands
            • MQ:  Martinique
            • MR:  Mauritania
            • MU:  Mauritius
            • YT:  Mayotte
            • MX:  Mexico
            • FM:  Micronesia (Federated States of)
            • MD:  Moldova (Republic of)
            • MC:  Monaco
            • MN:  Mongolia
            • ME:  Montenegro
            • MS:  Montserrat
            • MA:  Morocco
            • MZ:  Mozambique
            • MM:  Myanmar
            • NA:  Namibia
            • NR:  Nauru
            • NP:  Nepal
            • NL:  Netherlands
            • NC:  New Caledonia
            • NZ:  New Zealand
            • NI:  Nicaragua
            • NE:  Niger
            • NG:  Nigeria
            • NU:  Niue
            • NF:  Norfolk Island
            • MP:  Northern Mariana Islands
            • NO:  Norway
            • OM:  Oman
            • PK:  Pakistan
            • PW:  Palau
            • PS:  Palestine, State of
            • PA:  Panama
            • PG:  Papua New Guinea
            • PY:  Paraguay
            • PE:  Peru
            • PH:  Philippines
            • PN:  Pitcairn
            • PL:  Poland
            • PT:  Portugal
            • PR:  Puerto Rico
            • QA:  Qatar
            • RE:  Réunion
            • RO:  Romania
            • RU:  Russian Federation
            • RW:  Rwanda
            • BL:  Saint Barthélemy
            • SH:  Saint Helena, Ascension and Tristan da Cunha
            • KN:  Saint Kitts and Nevis
            • LC:  Saint Lucia
            • MF:  Saint Martin (French part)
            • PM:  Saint Pierre and Miquelon
            • VC:  Saint Vincent and the Grenadines
            • WS:  Samoa
            • SM:  San Marino
            • ST:  Sao Tome and Principe
            • SA:  Saudi Arabia
            • SN:  Senegal
            • RS:  Serbia
            • SC:  Seychelles
            • SL:  Sierra Leone
            • SG:  Singapore
            • SX:  Sint Maarten (Dutch part)
            • SK:  Slovakia
            • SI:  Slovenia
            • SB:  Solomon Islands
            • SO:  Somalia
            • ZA:  South Africa
            • GS:  South Georgia and the South Sandwich Islands
            • SS:  South Sudan
            • ES:  Spain
            • LK:  Sri Lanka
            • SD:  Sudan
            • SR:  Suriname
            • SJ:  Svalbard and Jan Mayen
            • SZ:  Swaziland
            • SE:  Sweden
            • CH:  Switzerland
            • SY:  Syrian Arab Republic
            • TW:  Taiwan, Province of China
            • TJ:  Tajikistan
            • TZ:  Tanzania, United Republic of
            • TH:  Thailand
            • TL:  Timor-Leste
            • TG:  Togo
            • TK:  Tokelau
            • TO:  Tonga
            • TT:  Trinidad and Tobago
            • TN:  Tunisia
            • TR:  Turkey
            • TM:  Turkmenistan
            • TC:  Turks and Caicos Islands
            • TV:  Tuvalu
            • UG:  Uganda
            • UA:  Ukraine
            • AE:  United Arab Emirates
            • GB:  United Kingdom of Great Britain and Northern Ireland
            • US:  United States of America
            • UM:  United States Minor Outlying Islands
            • UY:  Uruguay
            • UZ:  Uzbekistan
            • VU:  Vanuatu
            • VE:  Venezuela (Bolivarian Republic of)
            • VN:  Viet Nam
            • VG:  Virgin Islands (British)
            • VI:  Virgin Islands (U.S.)
            • WF:  Wallis and Futuna
            • EH:  Western Sahara
            • YE:  Yemen
            • ZM:  Zambia
            • ZW:  Zimbabwe
          • statestringoptional

          • street1stringoptional

          • street2stringoptional

          • user_idstringoptional

          • zipstringoptional

        • namestringoptional

        • phonestringPhone Numberoptional

      Returns

      201 Created

      successful creation

      • addressobjectoptional

        Object
        • citystringoptional

        • countrystringoptional

          Possible values
          249 possible values
          • AF:  Afghanistan
          • AX:  Åland Islands
          • AL:  Albania
          • DZ:  Algeria
          • AS:  American Samoa
          • AD:  Andorra
          • AO:  Angola
          • AI:  Anguilla
          • AQ:  Antarctica
          • AG:  Antigua and Barbuda
          • AR:  Argentina
          • AM:  Armenia
          • AW:  Aruba
          • AU:  Australia
          • AT:  Austria
          • AZ:  Azerbaijan
          • BS:  Bahamas
          • BH:  Bahrain
          • BD:  Bangladesh
          • BB:  Barbados
          • BY:  Belarus
          • BE:  Belgium
          • BZ:  Belize
          • BJ:  Benin
          • BM:  Bermuda
          • BT:  Bhutan
          • BO:  Bolivia (Plurinational State of)
          • BQ:  Bonaire, Sint Eustatius and Saba
          • BA:  Bosnia and Herzegovina
          • BW:  Botswana
          • BV:  Bouvet Island
          • BR:  Brazil
          • IO:  British Indian Ocean Territory
          • BN:  Brunei Darussalam
          • BG:  Bulgaria
          • BF:  Burkina Faso
          • BI:  Burundi
          • CV:  Cabo Verde
          • KH:  Cambodia
          • CM:  Cameroon
          • CA:  Canada
          • KY:  Cayman Islands
          • CF:  Central African Republic
          • TD:  Chad
          • CL:  Chile
          • CN:  China
          • CX:  Christmas Island
          • CC:  Cocos (Keeling) Islands
          • CO:  Colombia
          • KM:  Comoros
          • CG:  Congo
          • CD:  Congo (Democratic Republic of the)
          • CK:  Cook Islands
          • CR:  Costa Rica
          • CI:  Côte d'Ivoire
          • HR:  Croatia
          • CU:  Cuba
          • CW:  Curaçao
          • CY:  Cyprus
          • CZ:  Czechia
          • DK:  Denmark
          • DJ:  Djibouti
          • DM:  Dominica
          • DO:  Dominican Republic
          • EC:  Ecuador
          • EG:  Egypt
          • SV:  El Salvador
          • GQ:  Equatorial Guinea
          • ER:  Eritrea
          • EE:  Estonia
          • ET:  Ethiopia
          • FK:  Falkland Islands (Malvinas)
          • FO:  Faroe Islands
          • FJ:  Fiji
          • FI:  Finland
          • FR:  France
          • GF:  French Guiana
          • PF:  French Polynesia
          • TF:  French Southern Territories
          • GA:  Gabon
          • GM:  Gambia
          • GE:  Georgia
          • DE:  Germany
          • GH:  Ghana
          • GI:  Gibraltar
          • GR:  Greece
          • GL:  Greenland
          • GD:  Grenada
          • GP:  Guadeloupe
          • GU:  Guam
          • GT:  Guatemala
          • GG:  Guernsey
          • GN:  Guinea
          • GW:  Guinea-Bissau
          • GY:  Guyana
          • HT:  Haiti
          • HM:  Heard Island and McDonald Islands
          • VA:  Holy See
          • HN:  Honduras
          • HK:  Hong Kong
          • HU:  Hungary
          • IS:  Iceland
          • IN:  India
          • ID:  Indonesia
          • IR:  Iran (Islamic Republic of)
          • IQ:  Iraq
          • IE:  Ireland
          • IM:  Isle of Man
          • IL:  Israel
          • IT:  Italy
          • JM:  Jamaica
          • JP:  Japan
          • JE:  Jersey
          • JO:  Jordan
          • KZ:  Kazakhstan
          • KE:  Kenya
          • KI:  Kiribati
          • KP:  Korea (Democratic People's Republic of)
          • KR:  Korea (Republic of)
          • KW:  Kuwait
          • KG:  Kyrgyzstan
          • LA:  Lao People's Democratic Republic
          • LV:  Latvia
          • LB:  Lebanon
          • LS:  Lesotho
          • LR:  Liberia
          • LY:  Libya
          • LI:  Liechtenstein
          • LT:  Lithuania
          • LU:  Luxembourg
          • MO:  Macao
          • MK:  Macedonia (the former Yugoslav Republic of)
          • MG:  Madagascar
          • MW:  Malawi
          • MY:  Malaysia
          • MV:  Maldives
          • ML:  Mali
          • MT:  Malta
          • MH:  Marshall Islands
          • MQ:  Martinique
          • MR:  Mauritania
          • MU:  Mauritius
          • YT:  Mayotte
          • MX:  Mexico
          • FM:  Micronesia (Federated States of)
          • MD:  Moldova (Republic of)
          • MC:  Monaco
          • MN:  Mongolia
          • ME:  Montenegro
          • MS:  Montserrat
          • MA:  Morocco
          • MZ:  Mozambique
          • MM:  Myanmar
          • NA:  Namibia
          • NR:  Nauru
          • NP:  Nepal
          • NL:  Netherlands
          • NC:  New Caledonia
          • NZ:  New Zealand
          • NI:  Nicaragua
          • NE:  Niger
          • NG:  Nigeria
          • NU:  Niue
          • NF:  Norfolk Island
          • MP:  Northern Mariana Islands
          • NO:  Norway
          • OM:  Oman
          • PK:  Pakistan
          • PW:  Palau
          • PS:  Palestine, State of
          • PA:  Panama
          • PG:  Papua New Guinea
          • PY:  Paraguay
          • PE:  Peru
          • PH:  Philippines
          • PN:  Pitcairn
          • PL:  Poland
          • PT:  Portugal
          • PR:  Puerto Rico
          • QA:  Qatar
          • RE:  Réunion
          • RO:  Romania
          • RU:  Russian Federation
          • RW:  Rwanda
          • BL:  Saint Barthélemy
          • SH:  Saint Helena, Ascension and Tristan da Cunha
          • KN:  Saint Kitts and Nevis
          • LC:  Saint Lucia
          • MF:  Saint Martin (French part)
          • PM:  Saint Pierre and Miquelon
          • VC:  Saint Vincent and the Grenadines
          • WS:  Samoa
          • SM:  San Marino
          • ST:  Sao Tome and Principe
          • SA:  Saudi Arabia
          • SN:  Senegal
          • RS:  Serbia
          • SC:  Seychelles
          • SL:  Sierra Leone
          • SG:  Singapore
          • SX:  Sint Maarten (Dutch part)
          • SK:  Slovakia
          • SI:  Slovenia
          • SB:  Solomon Islands
          • SO:  Somalia
          • ZA:  South Africa
          • GS:  South Georgia and the South Sandwich Islands
          • SS:  South Sudan
          • ES:  Spain
          • LK:  Sri Lanka
          • SD:  Sudan
          • SR:  Suriname
          • SJ:  Svalbard and Jan Mayen
          • SZ:  Swaziland
          • SE:  Sweden
          • CH:  Switzerland
          • SY:  Syrian Arab Republic
          • TW:  Taiwan, Province of China
          • TJ:  Tajikistan
          • TZ:  Tanzania, United Republic of
          • TH:  Thailand
          • TL:  Timor-Leste
          • TG:  Togo
          • TK:  Tokelau
          • TO:  Tonga
          • TT:  Trinidad and Tobago
          • TN:  Tunisia
          • TR:  Turkey
          • TM:  Turkmenistan
          • TC:  Turks and Caicos Islands
          • TV:  Tuvalu
          • UG:  Uganda
          • UA:  Ukraine
          • AE:  United Arab Emirates
          • GB:  United Kingdom of Great Britain and Northern Ireland
          • US:  United States of America
          • UM:  United States Minor Outlying Islands
          • UY:  Uruguay
          • UZ:  Uzbekistan
          • VU:  Vanuatu
          • VE:  Venezuela (Bolivarian Republic of)
          • VN:  Viet Nam
          • VG:  Virgin Islands (British)
          • VI:  Virgin Islands (U.S.)
          • WF:  Wallis and Futuna
          • EH:  Western Sahara
          • YE:  Yemen
          • ZM:  Zambia
          • ZW:  Zimbabwe
        • statestringoptional

        • street1stringoptional

        • street2stringoptional

        • user_idstringoptional

        • zipstringoptional

      • balancenumberUSD Priceoptional

      • created_atstringISO-8601optional

      • currencystringoptional

        Possible values
        139 possible values
        • aed:  United Arab Emirates Dirham
        • afn:  Afghan Afghani
        • all:  Albanian Lek
        • amd:  Armenian Dram
        • ang:  Netherlands Antillean Gulden
        • aoa:  Angolan Kwanza
        • ars:  Argentine Peso
        • aud:  Australian Dollar
        • awg:  Aruban Florin
        • azn:  Azerbaijani Manat
        • bam:  Bosnia & Herzegovina Convertible Mark
        • bbd:  Barbadian Dollar
        • bdt:  Bangladeshi Taka
        • bgn:  Bulgarian Lev
        • bif:  Burundian Franc
        • bmd:  Bermudian Dollar
        • bnd:  Brunei Dollar
        • bob:  Bolivian Boliviano
        • brl:  Brazilian Real
        • bsd:  Bahamian Dollar
        • bwp:  Botswana Pula
        • bzd:  Belize Dollar
        • cad:  Canadian Dollar
        • cdf:  Congolese Franc
        • chf:  Swiss Franc
        • clp:  Chilean Peso
        • cny:  Chinese Renminbi Yuan
        • cop:  Colombian Peso
        • crc:  Costa Rican Colón
        • cve:  Cape Verdean Escudo
        • czk:  Czech Koruna
        • djf:  Djiboutian Franc
        • dkk:  Danish Krone
        • dop:  Dominican Peso
        • dzd:  Algerian Dinar
        • eek:  Estonian Kroon
        • egp:  Egyptian Pound
        • etb:  Ethiopian Birr
        • eur:  Euro
        • fjd:  Fijian Dollar
        • fkp:  Falkland Islands Pound
        • gbp:  British Pound
        • gel:  Georgian Lari
        • gip:  Gibraltar Pound
        • gmd:  Gambian Dalasi
        • gnf:  Guinean Franc
        • gtq:  Guatemalan Quetzal
        • gyd:  Guyanese Dollar
        • hkd:  Hong Kong Dollar
        • hnl:  Honduran Lempira
        • hrk:  Croatian Kuna
        • htg:  Haitian Gourde
        • huf:  Hungarian Forint
        • idr:  Indonesian Rupiah
        • ils:  Israeli New Sheqel
        • inr:  Indian Rupee
        • isk:  Icelandic Króna
        • jmd:  Jamaican Dollar
        • jpy:  Japanese Yen
        • kes:  Kenyan Shilling
        • kgs:  Kyrgyzstani Som
        • khr:  Cambodian Riel
        • kmf:  Comorian Franc
        • krw:  South Korean Won
        • kyd:  Cayman Islands Dollar
        • kzt:  Kazakhstani Tenge
        • lak:  Lao Kip
        • lbp:  Lebanese Pound
        • lkr:  Sri Lankan Rupee
        • lrd:  Liberian Dollar
        • lsl:  Lesotho Loti
        • ltl:  Lithuanian Litas
        • lvl:  Latvian Lats
        • mad:  Moroccan Dirham
        • mdl:  Moldovan Leu
        • mga:  Malagasy Ariary
        • mkd:  Macedonian Denar
        • mnt:  Mongolian Tögrög
        • mop:  Macanese Pataca
        • mro:  Mauritanian Ouguiya
        • mur:  Mauritian Rupee
        • mvr:  Maldivian Rufiyaa
        • mwk:  Malawian Kwacha
        • mxn:  Mexican Peso
        • myr:  Malaysian Ringgit
        • mzn:  Mozambican Metical
        • nad:  Namibian Dollar
        • ngn:  Nigerian Naira
        • nio:  Nicaraguan Córdoba
        • nok:  Norwegian Krone
        • npr:  Nepalese Rupee
        • nzd:  New Zealand Dollar
        • pab:  Panamanian Balboa
        • pen:  Peruvian Nuevo Sol
        • pgk:  Papua New Guinean Kina
        • php:  Philippine Peso
        • pkr:  Pakistani Rupee
        • pln:  Polish Złoty
        • pyg:  Paraguayan Guaraní
        • qar:  Qatari Riyal
        • ron:  Romanian Leu
        • rsd:  Serbian Dinar
        • rub:  Russian Ruble
        • rwf:  Rwandan Franc
        • sar:  Saudi Riyal
        • sbd:  Solomon Islands Dollar
        • scr:  Seychellois Rupee
        • sek:  Swedish Krona
        • sgd:  Singapore Dollar
        • shp:  Saint Helenian Pound
        • sll:  Sierra Leonean Leone
        • sos:  Somali Shilling
        • srd:  Surinamese Dollar
        • std:  São Tomé and Príncipe Dobra
        • svc:  Salvadoran Colón
        • szl:  Swazi Lilangeni
        • thb:  Thai Baht
        • tjs:  Tajikistani Somoni
        • top:  Tongan Paʻanga
        • try:  Turkish Lira
        • ttd:  Trinidad and Tobago Dollar
        • twd:  New Taiwan Dollar
        • tzs:  Tanzanian Shilling
        • uah:  Ukrainian Hryvnia
        • ugx:  Ugandan Shilling
        • usd:  United States Dollar
        • uyu:  Uruguayan Peso
        • uzs:  Uzbekistani Som
        • vef:  Venezuelan Bolívar
        • vnd:  Vietnamese Đồng
        • vuv:  Vanuatu Vatu
        • wst:  Samoan Tala
        • xaf:  Central African Cfa Franc
        • xcd:  East Caribbean Dollar
        • xof:  West African Cfa Franc
        • xpf:  Cfp Franc
        • yer:  Yemeni Rial
        • zar:  South African Rand
        • zmw:  Zambian Kwacha
      • delinquentbooleanoptional

      • emailstringEmail Addressoptional

      • idstringoptional

      • metadataobjectoptional

      • namestringoptional

      • phonestringPhone Numberoptional

      POST/user/payment
      $ curl -X POST "https://api.kittycad.io/user/payment" \
      	--header "Authorization: Bearer $TOKEN" \
      	--header "Content-Type: application/json" \
      	--data '{
        "address": {
          "city": "JmrcfotGVz9Qyu2cKXZUzmzFloZ",
          "country": "SZ",
          "state": "",
          "street1": "B7RgfYQmfYc3K71yR",
          "street2": "osSgVbqgwUaet",
          "user_id": "eGpTGx68dn3s6",
          "zip": "VEd9s9XBymoBP"
        },
        "name": "ZSQYb1nD",
        "phone": "+1-416-654-1720"
      }'
      201 Created
      Response
      {
        "address": {
          "city": "belNN5EFlWADUazF3w",
          "country": "BT",
          "state": "gy",
          "street1": "VLZ0vQB30iokR4fLQ",
          "street2": "SRrpaVzhridkU5",
          "user_id": "xbDvguyOyfkSt",
          "zip": "nYAL7u4pmN"
        },
        "balance": "95.22",
        "created_at": "2023-06-02T19:34:53.914Z",
        "currency": "kgs",
        "delinquent": false,
        "email": "rlJaUMwc@UuiTic.com",
        "id": "",
        "metadata": {},
        "name": "0qoRdBHfimO",
        "phone": "+1-956-840-4182"
      }

      Update payment info for your user

      Parameters

      • bodyapplication/jsonobjectoptional

        Object
        • addressobjectoptional

          Object
          • citystringoptional

          • countrystringoptional

            Possible values
            249 possible values
            • AF:  Afghanistan
            • AX:  Åland Islands
            • AL:  Albania
            • DZ:  Algeria
            • AS:  American Samoa
            • AD:  Andorra
            • AO:  Angola
            • AI:  Anguilla
            • AQ:  Antarctica
            • AG:  Antigua and Barbuda
            • AR:  Argentina
            • AM:  Armenia
            • AW:  Aruba
            • AU:  Australia
            • AT:  Austria
            • AZ:  Azerbaijan
            • BS:  Bahamas
            • BH:  Bahrain
            • BD:  Bangladesh
            • BB:  Barbados
            • BY:  Belarus
            • BE:  Belgium
            • BZ:  Belize
            • BJ:  Benin
            • BM:  Bermuda
            • BT:  Bhutan
            • BO:  Bolivia (Plurinational State of)
            • BQ:  Bonaire, Sint Eustatius and Saba
            • BA:  Bosnia and Herzegovina
            • BW:  Botswana
            • BV:  Bouvet Island
            • BR:  Brazil
            • IO:  British Indian Ocean Territory
            • BN:  Brunei Darussalam
            • BG:  Bulgaria
            • BF:  Burkina Faso
            • BI:  Burundi
            • CV:  Cabo Verde
            • KH:  Cambodia
            • CM:  Cameroon
            • CA:  Canada
            • KY:  Cayman Islands
            • CF:  Central African Republic
            • TD:  Chad
            • CL:  Chile
            • CN:  China
            • CX:  Christmas Island
            • CC:  Cocos (Keeling) Islands
            • CO:  Colombia
            • KM:  Comoros
            • CG:  Congo
            • CD:  Congo (Democratic Republic of the)
            • CK:  Cook Islands
            • CR:  Costa Rica
            • CI:  Côte d'Ivoire
            • HR:  Croatia
            • CU:  Cuba
            • CW:  Curaçao
            • CY:  Cyprus
            • CZ:  Czechia
            • DK:  Denmark
            • DJ:  Djibouti
            • DM:  Dominica
            • DO:  Dominican Republic
            • EC:  Ecuador
            • EG:  Egypt
            • SV:  El Salvador
            • GQ:  Equatorial Guinea
            • ER:  Eritrea
            • EE:  Estonia
            • ET:  Ethiopia
            • FK:  Falkland Islands (Malvinas)
            • FO:  Faroe Islands
            • FJ:  Fiji
            • FI:  Finland
            • FR:  France
            • GF:  French Guiana
            • PF:  French Polynesia
            • TF:  French Southern Territories
            • GA:  Gabon
            • GM:  Gambia
            • GE:  Georgia
            • DE:  Germany
            • GH:  Ghana
            • GI:  Gibraltar
            • GR:  Greece
            • GL:  Greenland
            • GD:  Grenada
            • GP:  Guadeloupe
            • GU:  Guam
            • GT:  Guatemala
            • GG:  Guernsey
            • GN:  Guinea
            • GW:  Guinea-Bissau
            • GY:  Guyana
            • HT:  Haiti
            • HM:  Heard Island and McDonald Islands
            • VA:  Holy See
            • HN:  Honduras
            • HK:  Hong Kong
            • HU:  Hungary
            • IS:  Iceland
            • IN:  India
            • ID:  Indonesia
            • IR:  Iran (Islamic Republic of)
            • IQ:  Iraq
            • IE:  Ireland
            • IM:  Isle of Man
            • IL:  Israel
            • IT:  Italy
            • JM:  Jamaica
            • JP:  Japan
            • JE:  Jersey
            • JO:  Jordan
            • KZ:  Kazakhstan
            • KE:  Kenya
            • KI:  Kiribati
            • KP:  Korea (Democratic People's Republic of)
            • KR:  Korea (Republic of)
            • KW:  Kuwait
            • KG:  Kyrgyzstan
            • LA:  Lao People's Democratic Republic
            • LV:  Latvia
            • LB:  Lebanon
            • LS:  Lesotho
            • LR:  Liberia
            • LY:  Libya
            • LI:  Liechtenstein
            • LT:  Lithuania
            • LU:  Luxembourg
            • MO:  Macao
            • MK:  Macedonia (the former Yugoslav Republic of)
            • MG:  Madagascar
            • MW:  Malawi
            • MY:  Malaysia
            • MV:  Maldives
            • ML:  Mali
            • MT:  Malta
            • MH:  Marshall Islands
            • MQ:  Martinique
            • MR:  Mauritania
            • MU:  Mauritius
            • YT:  Mayotte
            • MX:  Mexico
            • FM:  Micronesia (Federated States of)
            • MD:  Moldova (Republic of)
            • MC:  Monaco
            • MN:  Mongolia
            • ME:  Montenegro
            • MS:  Montserrat
            • MA:  Morocco
            • MZ:  Mozambique
            • MM:  Myanmar
            • NA:  Namibia
            • NR:  Nauru
            • NP:  Nepal
            • NL:  Netherlands
            • NC:  New Caledonia
            • NZ:  New Zealand
            • NI:  Nicaragua
            • NE:  Niger
            • NG:  Nigeria
            • NU:  Niue
            • NF:  Norfolk Island
            • MP:  Northern Mariana Islands
            • NO:  Norway
            • OM:  Oman
            • PK:  Pakistan
            • PW:  Palau
            • PS:  Palestine, State of
            • PA:  Panama
            • PG:  Papua New Guinea
            • PY:  Paraguay
            • PE:  Peru
            • PH:  Philippines
            • PN:  Pitcairn
            • PL:  Poland
            • PT:  Portugal
            • PR:  Puerto Rico
            • QA:  Qatar
            • RE:  Réunion
            • RO:  Romania
            • RU:  Russian Federation
            • RW:  Rwanda
            • BL:  Saint Barthélemy
            • SH:  Saint Helena, Ascension and Tristan da Cunha
            • KN:  Saint Kitts and Nevis
            • LC:  Saint Lucia
            • MF:  Saint Martin (French part)
            • PM:  Saint Pierre and Miquelon
            • VC:  Saint Vincent and the Grenadines
            • WS:  Samoa
            • SM:  San Marino
            • ST:  Sao Tome and Principe
            • SA:  Saudi Arabia
            • SN:  Senegal
            • RS:  Serbia
            • SC:  Seychelles
            • SL:  Sierra Leone
            • SG:  Singapore
            • SX:  Sint Maarten (Dutch part)
            • SK:  Slovakia
            • SI:  Slovenia
            • SB:  Solomon Islands
            • SO:  Somalia
            • ZA:  South Africa
            • GS:  South Georgia and the South Sandwich Islands
            • SS:  South Sudan
            • ES:  Spain
            • LK:  Sri Lanka
            • SD:  Sudan
            • SR:  Suriname
            • SJ:  Svalbard and Jan Mayen
            • SZ:  Swaziland
            • SE:  Sweden
            • CH:  Switzerland
            • SY:  Syrian Arab Republic
            • TW:  Taiwan, Province of China
            • TJ:  Tajikistan
            • TZ:  Tanzania, United Republic of
            • TH:  Thailand
            • TL:  Timor-Leste
            • TG:  Togo
            • TK:  Tokelau
            • TO:  Tonga
            • TT:  Trinidad and Tobago
            • TN:  Tunisia
            • TR:  Turkey
            • TM:  Turkmenistan
            • TC:  Turks and Caicos Islands
            • TV:  Tuvalu
            • UG:  Uganda
            • UA:  Ukraine
            • AE:  United Arab Emirates
            • GB:  United Kingdom of Great Britain and Northern Ireland
            • US:  United States of America
            • UM:  United States Minor Outlying Islands
            • UY:  Uruguay
            • UZ:  Uzbekistan
            • VU:  Vanuatu
            • VE:  Venezuela (Bolivarian Republic of)
            • VN:  Viet Nam
            • VG:  Virgin Islands (British)
            • VI:  Virgin Islands (U.S.)
            • WF:  Wallis and Futuna
            • EH:  Western Sahara
            • YE:  Yemen
            • ZM:  Zambia
            • ZW:  Zimbabwe
          • statestringoptional

          • street1stringoptional

          • street2stringoptional

          • user_idstringoptional

          • zipstringoptional

        • namestringoptional

        • phonestringPhone Numberoptional

      Returns

      200 OK

      successful operation

      • addressobjectoptional

        Object
        • citystringoptional

        • countrystringoptional

          Possible values
          249 possible values
          • AF:  Afghanistan
          • AX:  Åland Islands
          • AL:  Albania
          • DZ:  Algeria
          • AS:  American Samoa
          • AD:  Andorra
          • AO:  Angola
          • AI:  Anguilla
          • AQ:  Antarctica
          • AG:  Antigua and Barbuda
          • AR:  Argentina
          • AM:  Armenia
          • AW:  Aruba
          • AU:  Australia
          • AT:  Austria
          • AZ:  Azerbaijan
          • BS:  Bahamas
          • BH:  Bahrain
          • BD:  Bangladesh
          • BB:  Barbados
          • BY:  Belarus
          • BE:  Belgium
          • BZ:  Belize
          • BJ:  Benin
          • BM:  Bermuda
          • BT:  Bhutan
          • BO:  Bolivia (Plurinational State of)
          • BQ:  Bonaire, Sint Eustatius and Saba
          • BA:  Bosnia and Herzegovina
          • BW:  Botswana
          • BV:  Bouvet Island
          • BR:  Brazil
          • IO:  British Indian Ocean Territory
          • BN:  Brunei Darussalam
          • BG:  Bulgaria
          • BF:  Burkina Faso
          • BI:  Burundi
          • CV:  Cabo Verde
          • KH:  Cambodia
          • CM:  Cameroon
          • CA:  Canada
          • KY:  Cayman Islands
          • CF:  Central African Republic
          • TD:  Chad
          • CL:  Chile
          • CN:  China
          • CX:  Christmas Island
          • CC:  Cocos (Keeling) Islands
          • CO:  Colombia
          • KM:  Comoros
          • CG:  Congo
          • CD:  Congo (Democratic Republic of the)
          • CK:  Cook Islands
          • CR:  Costa Rica
          • CI:  Côte d'Ivoire
          • HR:  Croatia
          • CU:  Cuba
          • CW:  Curaçao
          • CY:  Cyprus
          • CZ:  Czechia
          • DK:  Denmark
          • DJ:  Djibouti
          • DM:  Dominica
          • DO:  Dominican Republic
          • EC:  Ecuador
          • EG:  Egypt
          • SV:  El Salvador
          • GQ:  Equatorial Guinea
          • ER:  Eritrea
          • EE:  Estonia
          • ET:  Ethiopia
          • FK:  Falkland Islands (Malvinas)
          • FO:  Faroe Islands
          • FJ:  Fiji
          • FI:  Finland
          • FR:  France
          • GF:  French Guiana
          • PF:  French Polynesia
          • TF:  French Southern Territories
          • GA:  Gabon
          • GM:  Gambia
          • GE:  Georgia
          • DE:  Germany
          • GH:  Ghana
          • GI:  Gibraltar
          • GR:  Greece
          • GL:  Greenland
          • GD:  Grenada
          • GP:  Guadeloupe
          • GU:  Guam
          • GT:  Guatemala
          • GG:  Guernsey
          • GN:  Guinea
          • GW:  Guinea-Bissau
          • GY:  Guyana
          • HT:  Haiti
          • HM:  Heard Island and McDonald Islands
          • VA:  Holy See
          • HN:  Honduras
          • HK:  Hong Kong
          • HU:  Hungary
          • IS:  Iceland
          • IN:  India
          • ID:  Indonesia
          • IR:  Iran (Islamic Republic of)
          • IQ:  Iraq
          • IE:  Ireland
          • IM:  Isle of Man
          • IL:  Israel
          • IT:  Italy
          • JM:  Jamaica
          • JP:  Japan
          • JE:  Jersey
          • JO:  Jordan
          • KZ:  Kazakhstan
          • KE:  Kenya
          • KI:  Kiribati
          • KP:  Korea (Democratic People's Republic of)
          • KR:  Korea (Republic of)
          • KW:  Kuwait
          • KG:  Kyrgyzstan
          • LA:  Lao People's Democratic Republic
          • LV:  Latvia
          • LB:  Lebanon
          • LS:  Lesotho
          • LR:  Liberia
          • LY:  Libya
          • LI:  Liechtenstein
          • LT:  Lithuania
          • LU:  Luxembourg
          • MO:  Macao
          • MK:  Macedonia (the former Yugoslav Republic of)
          • MG:  Madagascar
          • MW:  Malawi
          • MY:  Malaysia
          • MV:  Maldives
          • ML:  Mali
          • MT:  Malta
          • MH:  Marshall Islands
          • MQ:  Martinique
          • MR:  Mauritania
          • MU:  Mauritius
          • YT:  Mayotte
          • MX:  Mexico
          • FM:  Micronesia (Federated States of)
          • MD:  Moldova (Republic of)
          • MC:  Monaco
          • MN:  Mongolia
          • ME:  Montenegro
          • MS:  Montserrat
          • MA:  Morocco
          • MZ:  Mozambique
          • MM:  Myanmar
          • NA:  Namibia
          • NR:  Nauru
          • NP:  Nepal
          • NL:  Netherlands
          • NC:  New Caledonia
          • NZ:  New Zealand
          • NI:  Nicaragua
          • NE:  Niger
          • NG:  Nigeria
          • NU:  Niue
          • NF:  Norfolk Island
          • MP:  Northern Mariana Islands
          • NO:  Norway
          • OM:  Oman
          • PK:  Pakistan
          • PW:  Palau
          • PS:  Palestine, State of
          • PA:  Panama
          • PG:  Papua New Guinea
          • PY:  Paraguay
          • PE:  Peru
          • PH:  Philippines
          • PN:  Pitcairn
          • PL:  Poland
          • PT:  Portugal
          • PR:  Puerto Rico
          • QA:  Qatar
          • RE:  Réunion
          • RO:  Romania
          • RU:  Russian Federation
          • RW:  Rwanda
          • BL:  Saint Barthélemy
          • SH:  Saint Helena, Ascension and Tristan da Cunha
          • KN:  Saint Kitts and Nevis
          • LC:  Saint Lucia
          • MF:  Saint Martin (French part)
          • PM:  Saint Pierre and Miquelon
          • VC:  Saint Vincent and the Grenadines
          • WS:  Samoa
          • SM:  San Marino
          • ST:  Sao Tome and Principe
          • SA:  Saudi Arabia
          • SN:  Senegal
          • RS:  Serbia
          • SC:  Seychelles
          • SL:  Sierra Leone
          • SG:  Singapore
          • SX:  Sint Maarten (Dutch part)
          • SK:  Slovakia
          • SI:  Slovenia
          • SB:  Solomon Islands
          • SO:  Somalia
          • ZA:  South Africa
          • GS:  South Georgia and the South Sandwich Islands
          • SS:  South Sudan
          • ES:  Spain
          • LK:  Sri Lanka
          • SD:  Sudan
          • SR:  Suriname
          • SJ:  Svalbard and Jan Mayen
          • SZ:  Swaziland
          • SE:  Sweden
          • CH:  Switzerland
          • SY:  Syrian Arab Republic
          • TW:  Taiwan, Province of China
          • TJ:  Tajikistan
          • TZ:  Tanzania, United Republic of
          • TH:  Thailand
          • TL:  Timor-Leste
          • TG:  Togo
          • TK:  Tokelau
          • TO:  Tonga
          • TT:  Trinidad and Tobago
          • TN:  Tunisia
          • TR:  Turkey
          • TM:  Turkmenistan
          • TC:  Turks and Caicos Islands
          • TV:  Tuvalu
          • UG:  Uganda
          • UA:  Ukraine
          • AE:  United Arab Emirates
          • GB:  United Kingdom of Great Britain and Northern Ireland
          • US:  United States of America
          • UM:  United States Minor Outlying Islands
          • UY:  Uruguay
          • UZ:  Uzbekistan
          • VU:  Vanuatu
          • VE:  Venezuela (Bolivarian Republic of)
          • VN:  Viet Nam
          • VG:  Virgin Islands (British)
          • VI:  Virgin Islands (U.S.)
          • WF:  Wallis and Futuna
          • EH:  Western Sahara
          • YE:  Yemen
          • ZM:  Zambia
          • ZW:  Zimbabwe
        • statestringoptional

        • street1stringoptional

        • street2stringoptional

        • user_idstringoptional

        • zipstringoptional

      • balancenumberUSD Priceoptional

      • created_atstringISO-8601optional

      • currencystringoptional

        Possible values
        139 possible values
        • aed:  United Arab Emirates Dirham
        • afn:  Afghan Afghani
        • all:  Albanian Lek
        • amd:  Armenian Dram
        • ang:  Netherlands Antillean Gulden
        • aoa:  Angolan Kwanza
        • ars:  Argentine Peso
        • aud:  Australian Dollar
        • awg:  Aruban Florin
        • azn:  Azerbaijani Manat
        • bam:  Bosnia & Herzegovina Convertible Mark
        • bbd:  Barbadian Dollar
        • bdt:  Bangladeshi Taka
        • bgn:  Bulgarian Lev
        • bif:  Burundian Franc
        • bmd:  Bermudian Dollar
        • bnd:  Brunei Dollar
        • bob:  Bolivian Boliviano
        • brl:  Brazilian Real
        • bsd:  Bahamian Dollar
        • bwp:  Botswana Pula
        • bzd:  Belize Dollar
        • cad:  Canadian Dollar
        • cdf:  Congolese Franc
        • chf:  Swiss Franc
        • clp:  Chilean Peso
        • cny:  Chinese Renminbi Yuan
        • cop:  Colombian Peso
        • crc:  Costa Rican Colón
        • cve:  Cape Verdean Escudo
        • czk:  Czech Koruna
        • djf:  Djiboutian Franc
        • dkk:  Danish Krone
        • dop:  Dominican Peso
        • dzd:  Algerian Dinar
        • eek:  Estonian Kroon
        • egp:  Egyptian Pound
        • etb:  Ethiopian Birr
        • eur:  Euro
        • fjd:  Fijian Dollar
        • fkp:  Falkland Islands Pound
        • gbp:  British Pound
        • gel:  Georgian Lari
        • gip:  Gibraltar Pound
        • gmd:  Gambian Dalasi
        • gnf:  Guinean Franc
        • gtq:  Guatemalan Quetzal
        • gyd:  Guyanese Dollar
        • hkd:  Hong Kong Dollar
        • hnl:  Honduran Lempira
        • hrk:  Croatian Kuna
        • htg:  Haitian Gourde
        • huf:  Hungarian Forint
        • idr:  Indonesian Rupiah
        • ils:  Israeli New Sheqel
        • inr:  Indian Rupee
        • isk:  Icelandic Króna
        • jmd:  Jamaican Dollar
        • jpy:  Japanese Yen
        • kes:  Kenyan Shilling
        • kgs:  Kyrgyzstani Som
        • khr:  Cambodian Riel
        • kmf:  Comorian Franc
        • krw:  South Korean Won
        • kyd:  Cayman Islands Dollar
        • kzt:  Kazakhstani Tenge
        • lak:  Lao Kip
        • lbp:  Lebanese Pound
        • lkr:  Sri Lankan Rupee
        • lrd:  Liberian Dollar
        • lsl:  Lesotho Loti
        • ltl:  Lithuanian Litas
        • lvl:  Latvian Lats
        • mad:  Moroccan Dirham
        • mdl:  Moldovan Leu
        • mga:  Malagasy Ariary
        • mkd:  Macedonian Denar
        • mnt:  Mongolian Tögrög
        • mop:  Macanese Pataca
        • mro:  Mauritanian Ouguiya
        • mur:  Mauritian Rupee
        • mvr:  Maldivian Rufiyaa
        • mwk:  Malawian Kwacha
        • mxn:  Mexican Peso
        • myr:  Malaysian Ringgit
        • mzn:  Mozambican Metical
        • nad:  Namibian Dollar
        • ngn:  Nigerian Naira
        • nio:  Nicaraguan Córdoba
        • nok:  Norwegian Krone
        • npr:  Nepalese Rupee
        • nzd:  New Zealand Dollar
        • pab:  Panamanian Balboa
        • pen:  Peruvian Nuevo Sol
        • pgk:  Papua New Guinean Kina
        • php:  Philippine Peso
        • pkr:  Pakistani Rupee
        • pln:  Polish Złoty
        • pyg:  Paraguayan Guaraní
        • qar:  Qatari Riyal
        • ron:  Romanian Leu
        • rsd:  Serbian Dinar
        • rub:  Russian Ruble
        • rwf:  Rwandan Franc
        • sar:  Saudi Riyal
        • sbd:  Solomon Islands Dollar
        • scr:  Seychellois Rupee
        • sek:  Swedish Krona
        • sgd:  Singapore Dollar
        • shp:  Saint Helenian Pound
        • sll:  Sierra Leonean Leone
        • sos:  Somali Shilling
        • srd:  Surinamese Dollar
        • std:  São Tomé and Príncipe Dobra
        • svc:  Salvadoran Colón
        • szl:  Swazi Lilangeni
        • thb:  Thai Baht
        • tjs:  Tajikistani Somoni
        • top:  Tongan Paʻanga
        • try:  Turkish Lira
        • ttd:  Trinidad and Tobago Dollar
        • twd:  New Taiwan Dollar
        • tzs:  Tanzanian Shilling
        • uah:  Ukrainian Hryvnia
        • ugx:  Ugandan Shilling
        • usd:  United States Dollar
        • uyu:  Uruguayan Peso
        • uzs:  Uzbekistani Som
        • vef:  Venezuelan Bolívar
        • vnd:  Vietnamese Đồng
        • vuv:  Vanuatu Vatu
        • wst:  Samoan Tala
        • xaf:  Central African Cfa Franc
        • xcd:  East Caribbean Dollar
        • xof:  West African Cfa Franc
        • xpf:  Cfp Franc
        • yer:  Yemeni Rial
        • zar:  South African Rand
        • zmw:  Zambian Kwacha
      • delinquentbooleanoptional

      • emailstringEmail Addressoptional

      • idstringoptional

      • metadataobjectoptional

      • namestringoptional

      • phonestringPhone Numberoptional

      PUT/user/payment
      $ curl -X PUT "https://api.kittycad.io/user/payment" \
      	--header "Authorization: Bearer $TOKEN" \
      	--header "Content-Type: application/json" \
      	--data '{
        "address": {
          "city": "S",
          "country": "AO",
          "state": "r",
          "street1": "58Qx",
          "street2": "S0u9VAV",
          "user_id": "ifh",
          "zip": "sArPnNoIuCb7FIaRh"
        },
        "name": "lMu3mhCliDd",
        "phone": "+1-176-814-4100"
      }'
      200 OK
      Response
      {
        "address": {
          "city": "685usBJJkXg7VaLiZo1nY4lY",
          "country": "HN",
          "state": "jEcj6lHYbsHrE",
          "street1": "vQ4Nxh52KW3Hcs7kb9ExbAezRSp",
          "street2": "3yH72",
          "user_id": "Gs0HQvAm6fi",
          "zip": "enkYz1De"
        },
        "balance": "79.31",
        "created_at": "2023-06-02T19:34:53.931Z",
        "currency": "afn",
        "delinquent": false,
        "email": "7vVb1@gPQmu3Pt.com",
        "id": "2D6OpS",
        "metadata": {},
        "name": "rTOLzosjIlbfuJsjxLjeyOHs4Uzp",
        "phone": "+1-197-220-9231"
      }

      Get balance for your user

      Parameters

      No parameters

      Returns

      200 OK

      successful operation

      • created_atstringISO-8601optional

      • idstringUUIDoptional

      • monthly_credits_remainingnumberUSD Priceoptional

      • pre_pay_cash_remainingnumberUSD Priceoptional

      • pre_pay_credits_remainingnumberUSD Priceoptional

      • total_duenumberUSD Priceoptional

      • updated_atstringISO-8601optional

      • user_idstringoptional

      GET/user/payment/balance
      $ curl "https://api.kittycad.io/user/payment/balance" \
      	--header "Authorization: Bearer $TOKEN"
      200 OK
      Response
      {
        "created_at": "2023-06-02T19:34:53.935Z",
        "id": "abc2f47d-7f01-43f0-8072-76f666d38b59",
        "monthly_credits_remaining": "33.95",
        "pre_pay_cash_remaining": "55.31",
        "pre_pay_credits_remaining": "25.85",
        "total_due": "6.17",
        "updated_at": "2023-06-02T19:34:53.935Z",
        "user_id": "nT3ED"
      }

      List invoices for your user

      Parameters

      No parameters

      Returns

      200 OK

      successful operation

        GET/user/payment/invoices
        $ curl "https://api.kittycad.io/user/payment/invoices" \
        	--header "Authorization: Bearer $TOKEN"
        200 OK
        Response
        [
          {
            "amount_due": "97.00",
            "amount_paid": "9.06",
            "amount_remaining": "29.23",
            "attempt_count": 4,
            "attempted": false,
            "created_at": "2023-06-02T19:34:53.938Z",
            "currency": "uah",
            "customer_email": "C9JfYi@jiP.com",
            "customer_id": "3zsio7qGXDAzZ9X6S2",
            "default_payment_method": "c",
            "description": "kAFoAhVU6FBh0SdqOXxCu5PNM0E",
            "id": "EMRgvRGw3BKdgvXu74uGCpN",
            "lines": [
              {
                "amount": "69.70",
                "currency": "usd",
                "description": "n5THme2bTTnaMGmWv4lsL",
                "id": "W94",
                "invoice_item": "6zBI1geqFI8Mbk2",
                "metadata": {}
              }
            ],
            "metadata": {},
            "number": "VVUzeKJJ3J5VR8",
            "paid": true,
            "pdf": "https://hdBFUI8Qjiz2.AUDC.com/EX/KcP",
            "receipt_number": "sGYwi1n9wjUOVM8kawN1zvX",
            "statement_descriptor": "B8VOeJ11icNpdrgeb3AiKOA",
            "status": "paid",
            "subtotal": "67.00",
            "tax": "73.48",
            "total": "79.11",
            "url": "https://9mv91.pRjEF6A.com/ryNmuINWW/aJwUTP"
          }
        ]

        List payment methods for your user

        Parameters

        No parameters

        Returns

        200 OK

        successful operation

          GET/user/payment/methods
          $ curl "https://api.kittycad.io/user/payment/methods" \
          	--header "Authorization: Bearer $TOKEN"
          200 OK
          Response
          [
            {
              "billing_info": {
                "address": {
                  "city": "zsdAd557lhtOSTegnBq7",
                  "country": "FK",
                  "state": "31D1s",
                  "street1": "lv5pdv89xjAiAobom",
                  "street2": "u2k",
                  "user_id": "U",
                  "zip": ""
                },
                "name": "2QBTA4A6yUQrQDIkqNLL",
                "phone": "+1-551-256-9578"
              },
              "card": {
                "brand": "kCvnnP9x6hz7wP7nRAuR",
                "checks": {
                  "address_line1_check": "GQ8Iu9mdo8cxXE5",
                  "address_postal_code_check": "6",
                  "cvc_check": "Pch"
                },
                "country": "TLswv7lI",
                "exp_month": 10,
                "exp_year": 24,
                "fingerprint": "pO7EOe3pbC0Q",
                "funding": "",
                "last4": "nvWsol9nYLIdTCYJr1oWCoegK92V"
              },
              "created_at": "2023-06-02T19:34:53.943Z",
              "id": "sb1xqwF11wF4UsoxhYLOwF",
              "metadata": {},
              "type": "card"
            }
          ]

          Unit

          Convert angle units

          Parameters

          • input_unitstringrequired

            Possible values
            • degrees:  Degrees <https://en.wikipedia.org/wiki/Degree_(angle)>
            • radians:  Radians <https://en.wikipedia.org/wiki/Radian>
          • output_unitstringrequired

            Possible values
            • degrees:  Degrees <https://en.wikipedia.org/wiki/Degree_(angle)>
            • radians:  Radians <https://en.wikipedia.org/wiki/Radian>
          • valuenumberrequired

          Returns

          200 OK

          successful operation

          • completed_atstringISO-8601optional

          • created_atstringISO-8601optional

          • errorstringoptional

          • idstringUUIDoptional

          • inputnumberoptional

          • input_unitstringoptional

            Possible values
            • degrees:  Degrees <https://en.wikipedia.org/wiki/Degree_(angle)>
            • radians:  Radians <https://en.wikipedia.org/wiki/Radian>
          • outputnumberoptional

          • output_unitstringoptional

            Possible values
            • degrees:  Degrees <https://en.wikipedia.org/wiki/Degree_(angle)>
            • radians:  Radians <https://en.wikipedia.org/wiki/Radian>
          • started_atstringISO-8601optional

          • statusstringoptional

            Possible values
            • Queued:  The async API call is queued.
            • Uploaded:  The async API call was uploaded to be converted.
            • In Progress:  The async API call is in progress.
            • Completed:  The async API call has completed.
            • Failed:  The async API call has failed.
          • updated_atstringISO-8601optional

          • user_idstringoptional

          GET/unit/conversion/angle/{input_unit}/{output_unit}
          $ curl "https://api.kittycad.io/unit/conversion/angle/{input_unit}/{output_unit}" \
          	--header "Authorization: Bearer $TOKEN"
          200 OK
          Response
          {
            "completed_at": "2023-06-02T19:34:53.955Z",
            "created_at": "2023-06-02T19:34:53.955Z",
            "error": "BRIyhIPfwUJ8cLD5kai0znaEMo",
            "id": "0474240f-d9cd-471c-a076-6d5671ea9fb4",
            "input": 21,
            "input_unit": "degrees",
            "output": 12,
            "output_unit": "degrees",
            "started_at": "2023-06-02T19:34:53.955Z",
            "status": "Completed",
            "updated_at": "2023-06-02T19:34:53.955Z",
            "user_id": "kwci5O62DCLRoJElhtXhYk"
          }

          Convert area units

          Parameters

          • input_unitstringrequired

            Possible values
            • acres:  Acres <https://en.wikipedia.org/wiki/Acre>
            • hectares:  Hectares <https://en.wikipedia.org/wiki/Hectare>
            • square_centimetres:  Square centimetres <https://en.wikipedia.org/wiki/Square_centimetre>
            • square_decimetres:  Square decimetres <https://en.wikipedia.org/wiki/Square_decimetre>
            • square_feet:  Square feet <https://en.wikipedia.org/wiki/Square_foot>
            • square_hectometres:  Square hectometres <https://en.wikipedia.org/wiki/Square_hectometre>
            • square_inches:  Square inches <https://en.wikipedia.org/wiki/Square_inch>
            • square_kilometres:  Square kilometres <https://en.wikipedia.org/wiki/Square_kilometre>
            • square_metres:  Square metres <https://en.wikipedia.org/wiki/Square_metre>
            • square_micrometres:  Square micrometres <https://en.wikipedia.org/wiki/Square_micrometre>
            • square_miles:  Square miles <https://en.wikipedia.org/wiki/Square_mile>
            • square_millimetres:  Square millimetres <https://en.wikipedia.org/wiki/Square_millimetre>
            • square_nanometres:  Square nanometres <https://en.wikipedia.org/wiki/Square_nanometre>
            • square_yards:  Square yards <https://en.wikipedia.org/wiki/Square_mile>
          • output_unitstringrequired

            Possible values
            • acres:  Acres <https://en.wikipedia.org/wiki/Acre>
            • hectares:  Hectares <https://en.wikipedia.org/wiki/Hectare>
            • square_centimetres:  Square centimetres <https://en.wikipedia.org/wiki/Square_centimetre>
            • square_decimetres:  Square decimetres <https://en.wikipedia.org/wiki/Square_decimetre>
            • square_feet:  Square feet <https://en.wikipedia.org/wiki/Square_foot>
            • square_hectometres:  Square hectometres <https://en.wikipedia.org/wiki/Square_hectometre>
            • square_inches:  Square inches <https://en.wikipedia.org/wiki/Square_inch>
            • square_kilometres:  Square kilometres <https://en.wikipedia.org/wiki/Square_kilometre>
            • square_metres:  Square metres <https://en.wikipedia.org/wiki/Square_metre>
            • square_micrometres:  Square micrometres <https://en.wikipedia.org/wiki/Square_micrometre>
            • square_miles:  Square miles <https://en.wikipedia.org/wiki/Square_mile>
            • square_millimetres:  Square millimetres <https://en.wikipedia.org/wiki/Square_millimetre>
            • square_nanometres:  Square nanometres <https://en.wikipedia.org/wiki/Square_nanometre>
            • square_yards:  Square yards <https://en.wikipedia.org/wiki/Square_mile>
          • valuenumberrequired

          Returns

          200 OK

          successful operation

          • completed_atstringISO-8601optional

          • created_atstringISO-8601optional

          • errorstringoptional

          • idstringUUIDoptional

          • inputnumberoptional

          • input_unitstringoptional

            Possible values
            • acres:  Acres <https://en.wikipedia.org/wiki/Acre>
            • hectares:  Hectares <https://en.wikipedia.org/wiki/Hectare>
            • square_centimetres:  Square centimetres <https://en.wikipedia.org/wiki/Square_centimetre>
            • square_decimetres:  Square decimetres <https://en.wikipedia.org/wiki/Square_decimetre>
            • square_feet:  Square feet <https://en.wikipedia.org/wiki/Square_foot>
            • square_hectometres:  Square hectometres <https://en.wikipedia.org/wiki/Square_hectometre>
            • square_inches:  Square inches <https://en.wikipedia.org/wiki/Square_inch>
            • square_kilometres:  Square kilometres <https://en.wikipedia.org/wiki/Square_kilometre>
            • square_metres:  Square metres <https://en.wikipedia.org/wiki/Square_metre>
            • square_micrometres:  Square micrometres <https://en.wikipedia.org/wiki/Square_micrometre>
            • square_miles:  Square miles <https://en.wikipedia.org/wiki/Square_mile>
            • square_millimetres:  Square millimetres <https://en.wikipedia.org/wiki/Square_millimetre>
            • square_nanometres:  Square nanometres <https://en.wikipedia.org/wiki/Square_nanometre>
            • square_yards:  Square yards <https://en.wikipedia.org/wiki/Square_mile>
          • outputnumberoptional

          • output_unitstringoptional

            Possible values
            • acres:  Acres <https://en.wikipedia.org/wiki/Acre>
            • hectares:  Hectares <https://en.wikipedia.org/wiki/Hectare>
            • square_centimetres:  Square centimetres <https://en.wikipedia.org/wiki/Square_centimetre>
            • square_decimetres:  Square decimetres <https://en.wikipedia.org/wiki/Square_decimetre>
            • square_feet:  Square feet <https://en.wikipedia.org/wiki/Square_foot>
            • square_hectometres:  Square hectometres <https://en.wikipedia.org/wiki/Square_hectometre>
            • square_inches:  Square inches <https://en.wikipedia.org/wiki/Square_inch>
            • square_kilometres:  Square kilometres <https://en.wikipedia.org/wiki/Square_kilometre>
            • square_metres:  Square metres <https://en.wikipedia.org/wiki/Square_metre>
            • square_micrometres:  Square micrometres <https://en.wikipedia.org/wiki/Square_micrometre>
            • square_miles:  Square miles <https://en.wikipedia.org/wiki/Square_mile>
            • square_millimetres:  Square millimetres <https://en.wikipedia.org/wiki/Square_millimetre>
            • square_nanometres:  Square nanometres <https://en.wikipedia.org/wiki/Square_nanometre>
            • square_yards:  Square yards <https://en.wikipedia.org/wiki/Square_mile>
          • started_atstringISO-8601optional

          • statusstringoptional

            Possible values
            • Queued:  The async API call is queued.
            • Uploaded:  The async API call was uploaded to be converted.
            • In Progress:  The async API call is in progress.
            • Completed:  The async API call has completed.
            • Failed:  The async API call has failed.
          • updated_atstringISO-8601optional

          • user_idstringoptional

          GET/unit/conversion/area/{input_unit}/{output_unit}
          $ curl "https://api.kittycad.io/unit/conversion/area/{input_unit}/{output_unit}" \
          	--header "Authorization: Bearer $TOKEN"
          200 OK
          Response
          {
            "completed_at": "2023-06-02T19:34:53.961Z",
            "created_at": "2023-06-02T19:34:53.961Z",
            "error": "N0",
            "id": "3333be53-6fea-4161-8aca-205166f951a5",
            "input": 18,
            "input_unit": "square_millimetres",
            "output": 32,
            "output_unit": "square_centimetres",
            "started_at": "2023-06-02T19:34:53.961Z",
            "status": "Completed",
            "updated_at": "2023-06-02T19:34:53.961Z",
            "user_id": "QjnM7nUgc7ISMOieaHXC"
          }

          Convert current units

          Parameters

          • input_unitstringrequired

            Possible values
            • amperes:  Amperes <https://en.wikipedia.org/wiki/Ampere>
            • microamperes:  Microamperes <https://en.wikipedia.org/wiki/Microampere>
            • milliamperes:  Milliamperes <https://en.wikipedia.org/wiki/Milliampere>
            • nanoamperes:  Nanoamperes <https://en.wikipedia.org/wiki/Nanoampere>
          • output_unitstringrequired

            Possible values
            • amperes:  Amperes <https://en.wikipedia.org/wiki/Ampere>
            • microamperes:  Microamperes <https://en.wikipedia.org/wiki/Microampere>
            • milliamperes:  Milliamperes <https://en.wikipedia.org/wiki/Milliampere>
            • nanoamperes:  Nanoamperes <https://en.wikipedia.org/wiki/Nanoampere>
          • valuenumberrequired

          Returns

          200 OK

          successful operation

          • completed_atstringISO-8601optional

          • created_atstringISO-8601optional

          • errorstringoptional

          • idstringUUIDoptional

          • inputnumberoptional

          • input_unitstringoptional

            Possible values
            • amperes:  Amperes <https://en.wikipedia.org/wiki/Ampere>
            • microamperes:  Microamperes <https://en.wikipedia.org/wiki/Microampere>
            • milliamperes:  Milliamperes <https://en.wikipedia.org/wiki/Milliampere>
            • nanoamperes:  Nanoamperes <https://en.wikipedia.org/wiki/Nanoampere>
          • outputnumberoptional

          • output_unitstringoptional

            Possible values
            • amperes:  Amperes <https://en.wikipedia.org/wiki/Ampere>
            • microamperes:  Microamperes <https://en.wikipedia.org/wiki/Microampere>
            • milliamperes:  Milliamperes <https://en.wikipedia.org/wiki/Milliampere>
            • nanoamperes:  Nanoamperes <https://en.wikipedia.org/wiki/Nanoampere>
          • started_atstringISO-8601optional

          • statusstringoptional

            Possible values
            • Queued:  The async API call is queued.
            • Uploaded:  The async API call was uploaded to be converted.
            • In Progress:  The async API call is in progress.
            • Completed:  The async API call has completed.
            • Failed:  The async API call has failed.
          • updated_atstringISO-8601optional

          • user_idstringoptional

          GET/unit/conversion/current/{input_unit}/{output_unit}
          $ curl "https://api.kittycad.io/unit/conversion/current/{input_unit}/{output_unit}" \
          	--header "Authorization: Bearer $TOKEN"
          200 OK
          Response
          {
            "completed_at": "2023-06-02T19:34:53.966Z",
            "created_at": "2023-06-02T19:34:53.966Z",
            "error": "",
            "id": "14c9d4a6-7d4b-4a4d-9631-5622349e17f6",
            "input": 23,
            "input_unit": "amperes",
            "output": 17,
            "output_unit": "milliamperes",
            "started_at": "2023-06-02T19:34:53.966Z",
            "status": "Queued",
            "updated_at": "2023-06-02T19:34:53.966Z",
            "user_id": "2km21Hekj"
          }

          Convert energy units

          Parameters

          • input_unitstringrequired

            Possible values
            • btu:  British Thermal Unit (BTU) <https://en.wikipedia.org/wiki/British_thermal_unit>
            • electronvolts:  Electron Volts (eV) <https://en.wikipedia.org/wiki/Electronvolt>
            • joules:  Joules (or watt-seconds) <https://en.wikipedia.org/wiki/Joule>
            • kilocalories:  Kilocalories (often just called calories) <https://en.wikipedia.org/wiki/Kilocalorie>
            • kilowatt_hours:  Kilowatt hours (kWh) <https://en.wikipedia.org/wiki/Kilowatt-hour>
            • watt_hours:  Watt hours (Wh) <https://en.wikipedia.org/wiki/Kilowatt-hour>
          • output_unitstringrequired

            Possible values
            • btu:  British Thermal Unit (BTU) <https://en.wikipedia.org/wiki/British_thermal_unit>
            • electronvolts:  Electron Volts (eV) <https://en.wikipedia.org/wiki/Electronvolt>
            • joules:  Joules (or watt-seconds) <https://en.wikipedia.org/wiki/Joule>
            • kilocalories:  Kilocalories (often just called calories) <https://en.wikipedia.org/wiki/Kilocalorie>
            • kilowatt_hours:  Kilowatt hours (kWh) <https://en.wikipedia.org/wiki/Kilowatt-hour>
            • watt_hours:  Watt hours (Wh) <https://en.wikipedia.org/wiki/Kilowatt-hour>
          • valuenumberrequired

          Returns

          200 OK

          successful operation

          • completed_atstringISO-8601optional

          • created_atstringISO-8601optional

          • errorstringoptional

          • idstringUUIDoptional

          • inputnumberoptional

          • input_unitstringoptional

            Possible values
            • btu:  British Thermal Unit (BTU) <https://en.wikipedia.org/wiki/British_thermal_unit>
            • electronvolts:  Electron Volts (eV) <https://en.wikipedia.org/wiki/Electronvolt>
            • joules:  Joules (or watt-seconds) <https://en.wikipedia.org/wiki/Joule>
            • kilocalories:  Kilocalories (often just called calories) <https://en.wikipedia.org/wiki/Kilocalorie>
            • kilowatt_hours:  Kilowatt hours (kWh) <https://en.wikipedia.org/wiki/Kilowatt-hour>
            • watt_hours:  Watt hours (Wh) <https://en.wikipedia.org/wiki/Kilowatt-hour>
          • outputnumberoptional

          • output_unitstringoptional

            Possible values
            • btu:  British Thermal Unit (BTU) <https://en.wikipedia.org/wiki/British_thermal_unit>
            • electronvolts:  Electron Volts (eV) <https://en.wikipedia.org/wiki/Electronvolt>
            • joules:  Joules (or watt-seconds) <https://en.wikipedia.org/wiki/Joule>
            • kilocalories:  Kilocalories (often just called calories) <https://en.wikipedia.org/wiki/Kilocalorie>
            • kilowatt_hours:  Kilowatt hours (kWh) <https://en.wikipedia.org/wiki/Kilowatt-hour>
            • watt_hours:  Watt hours (Wh) <https://en.wikipedia.org/wiki/Kilowatt-hour>
          • started_atstringISO-8601optional

          • statusstringoptional

            Possible values
            • Queued:  The async API call is queued.
            • Uploaded:  The async API call was uploaded to be converted.
            • In Progress:  The async API call is in progress.
            • Completed:  The async API call has completed.
            • Failed:  The async API call has failed.
          • updated_atstringISO-8601optional

          • user_idstringoptional

          GET/unit/conversion/energy/{input_unit}/{output_unit}
          $ curl "https://api.kittycad.io/unit/conversion/energy/{input_unit}/{output_unit}" \
          	--header "Authorization: Bearer $TOKEN"
          200 OK
          Response
          {
            "completed_at": "2023-06-02T19:34:53.972Z",
            "created_at": "2023-06-02T19:34:53.972Z",
            "error": "ZGVM2MWI1SaEes4qLZu5MgV31ZVx",
            "id": "9274cefd-ce80-4a73-b5b2-601bb5bb9388",
            "input": 10,
            "input_unit": "joules",
            "output": 31,
            "output_unit": "electronvolts",
            "started_at": "2023-06-02T19:34:53.972Z",
            "status": "Completed",
            "updated_at": "2023-06-02T19:34:53.972Z",
            "user_id": "NxyY1TH5Y6GP"
          }

          Convert force units

          Parameters

          • input_unitstringrequired

            Possible values
            • dynes:  Dynes <https://en.wikipedia.org/wiki/Dyne>
            • kiloponds:  Kiloponds <https://en.wikipedia.org/wiki/Kilopond>
            • micronewtons:  Micronewtons <https://en.wikipedia.org/wiki/Newton_(unit)>
            • millinewtons:  Millinewtons <https://en.wikipedia.org/wiki/Newton_(unit)>
            • newtons:  Newtons <https://en.wikipedia.org/wiki/Newton_(unit)>
            • poundals:  Poundals <https://en.wikipedia.org/wiki/Poundal>
            • pounds:  Pounds <https://en.wikipedia.org/wiki/Pound_(force)>
          • output_unitstringrequired

            Possible values
            • dynes:  Dynes <https://en.wikipedia.org/wiki/Dyne>
            • kiloponds:  Kiloponds <https://en.wikipedia.org/wiki/Kilopond>
            • micronewtons:  Micronewtons <https://en.wikipedia.org/wiki/Newton_(unit)>
            • millinewtons:  Millinewtons <https://en.wikipedia.org/wiki/Newton_(unit)>
            • newtons:  Newtons <https://en.wikipedia.org/wiki/Newton_(unit)>
            • poundals:  Poundals <https://en.wikipedia.org/wiki/Poundal>
            • pounds:  Pounds <https://en.wikipedia.org/wiki/Pound_(force)>
          • valuenumberrequired

          Returns

          200 OK

          successful operation

          • completed_atstringISO-8601optional

          • created_atstringISO-8601optional

          • errorstringoptional

          • idstringUUIDoptional

          • inputnumberoptional

          • input_unitstringoptional

            Possible values
            • dynes:  Dynes <https://en.wikipedia.org/wiki/Dyne>
            • kiloponds:  Kiloponds <https://en.wikipedia.org/wiki/Kilopond>
            • micronewtons:  Micronewtons <https://en.wikipedia.org/wiki/Newton_(unit)>
            • millinewtons:  Millinewtons <https://en.wikipedia.org/wiki/Newton_(unit)>
            • newtons:  Newtons <https://en.wikipedia.org/wiki/Newton_(unit)>
            • poundals:  Poundals <https://en.wikipedia.org/wiki/Poundal>
            • pounds:  Pounds <https://en.wikipedia.org/wiki/Pound_(force)>
          • outputnumberoptional

          • output_unitstringoptional

            Possible values
            • dynes:  Dynes <https://en.wikipedia.org/wiki/Dyne>
            • kiloponds:  Kiloponds <https://en.wikipedia.org/wiki/Kilopond>
            • micronewtons:  Micronewtons <https://en.wikipedia.org/wiki/Newton_(unit)>
            • millinewtons:  Millinewtons <https://en.wikipedia.org/wiki/Newton_(unit)>
            • newtons:  Newtons <https://en.wikipedia.org/wiki/Newton_(unit)>
            • poundals:  Poundals <https://en.wikipedia.org/wiki/Poundal>
            • pounds:  Pounds <https://en.wikipedia.org/wiki/Pound_(force)>
          • started_atstringISO-8601optional

          • statusstringoptional

            Possible values
            • Queued:  The async API call is queued.
            • Uploaded:  The async API call was uploaded to be converted.
            • In Progress:  The async API call is in progress.
            • Completed:  The async API call has completed.
            • Failed:  The async API call has failed.
          • updated_atstringISO-8601optional

          • user_idstringoptional

          GET/unit/conversion/force/{input_unit}/{output_unit}
          $ curl "https://api.kittycad.io/unit/conversion/force/{input_unit}/{output_unit}" \
          	--header "Authorization: Bearer $TOKEN"
          200 OK
          Response
          {
            "completed_at": "2023-06-02T19:34:53.978Z",
            "created_at": "2023-06-02T19:34:53.978Z",
            "error": "yNjROZGKcxF90VOUhir31AT",
            "id": "2566b2da-dcf0-472e-ad68-7848a6d7180a",
            "input": 21,
            "input_unit": "poundals",
            "output": 30,
            "output_unit": "kiloponds",
            "started_at": "2023-06-02T19:34:53.978Z",
            "status": "Uploaded",
            "updated_at": "2023-06-02T19:34:53.978Z",
            "user_id": "tA8pyNmVXHhSx2F"
          }

          Convert frequency units

          Parameters

          • input_unitstringrequired

            Possible values
            • gigahertz:  Gigahertz <https://en.wikipedia.org/wiki/Hertz>
            • hertz:  Hertz <https://en.wikipedia.org/wiki/Hertz>
            • kilohertz:  Kilohertz <https://en.wikipedia.org/wiki/Hertz>
            • megahertz:  Megahertz <https://en.wikipedia.org/wiki/Hertz>
            • microhertz:  Microhertz <https://en.wikipedia.org/wiki/Hertz>
            • millihertz:  Millihertz <https://en.wikipedia.org/wiki/Hertz>
            • nanohertz:  Nanohertz <https://en.wikipedia.org/wiki/Hertz>
            • terahertz:  Terahertz <https://en.wikipedia.org/wiki/Hertz>
          • output_unitstringrequired

            Possible values
            • gigahertz:  Gigahertz <https://en.wikipedia.org/wiki/Hertz>
            • hertz:  Hertz <https://en.wikipedia.org/wiki/Hertz>
            • kilohertz:  Kilohertz <https://en.wikipedia.org/wiki/Hertz>
            • megahertz:  Megahertz <https://en.wikipedia.org/wiki/Hertz>
            • microhertz:  Microhertz <https://en.wikipedia.org/wiki/Hertz>
            • millihertz:  Millihertz <https://en.wikipedia.org/wiki/Hertz>
            • nanohertz:  Nanohertz <https://en.wikipedia.org/wiki/Hertz>
            • terahertz:  Terahertz <https://en.wikipedia.org/wiki/Hertz>
          • valuenumberrequired

          Returns

          200 OK

          successful operation

          • completed_atstringISO-8601optional

          • created_atstringISO-8601optional

          • errorstringoptional

          • idstringUUIDoptional

          • inputnumberoptional

          • input_unitstringoptional

            Possible values
            • gigahertz:  Gigahertz <https://en.wikipedia.org/wiki/Hertz>
            • hertz:  Hertz <https://en.wikipedia.org/wiki/Hertz>
            • kilohertz:  Kilohertz <https://en.wikipedia.org/wiki/Hertz>
            • megahertz:  Megahertz <https://en.wikipedia.org/wiki/Hertz>
            • microhertz:  Microhertz <https://en.wikipedia.org/wiki/Hertz>
            • millihertz:  Millihertz <https://en.wikipedia.org/wiki/Hertz>
            • nanohertz:  Nanohertz <https://en.wikipedia.org/wiki/Hertz>
            • terahertz:  Terahertz <https://en.wikipedia.org/wiki/Hertz>
          • outputnumberoptional

          • output_unitstringoptional

            Possible values
            • gigahertz:  Gigahertz <https://en.wikipedia.org/wiki/Hertz>
            • hertz:  Hertz <https://en.wikipedia.org/wiki/Hertz>
            • kilohertz:  Kilohertz <https://en.wikipedia.org/wiki/Hertz>
            • megahertz:  Megahertz <https://en.wikipedia.org/wiki/Hertz>
            • microhertz:  Microhertz <https://en.wikipedia.org/wiki/Hertz>
            • millihertz:  Millihertz <https://en.wikipedia.org/wiki/Hertz>
            • nanohertz:  Nanohertz <https://en.wikipedia.org/wiki/Hertz>
            • terahertz:  Terahertz <https://en.wikipedia.org/wiki/Hertz>
          • started_atstringISO-8601optional

          • statusstringoptional

            Possible values
            • Queued:  The async API call is queued.
            • Uploaded:  The async API call was uploaded to be converted.
            • In Progress:  The async API call is in progress.
            • Completed:  The async API call has completed.
            • Failed:  The async API call has failed.
          • updated_atstringISO-8601optional

          • user_idstringoptional

          GET/unit/conversion/frequency/{input_unit}/{output_unit}
          $ curl "https://api.kittycad.io/unit/conversion/frequency/{input_unit}/{output_unit}" \
          	--header "Authorization: Bearer $TOKEN"
          200 OK
          Response
          {
            "completed_at": "2023-06-02T19:34:53.984Z",
            "created_at": "2023-06-02T19:34:53.984Z",
            "error": "XXGutO1vo092stkwPcUOn",
            "id": "12774cca-6387-4457-a156-570efe505bd8",
            "input": 21,
            "input_unit": "millihertz",
            "output": 30,
            "output_unit": "megahertz",
            "started_at": "2023-06-02T19:34:53.984Z",
            "status": "Uploaded",
            "updated_at": "2023-06-02T19:34:53.984Z",
            "user_id": "DNdHSuyY2S"
          }

          Convert length units

          Parameters

          • input_unitstringrequired

            Possible values
            • centimetres:  Centimetres <https://en.wikipedia.org/wiki/Centimetre>
            • decimetres:  Decimetres <https://en.wikipedia.org/wiki/Decimetre>
            • feet:  Feet <https://en.wikipedia.org/wiki/Foot_(unit)>
            • furlongs:  Furlongs <https://en.wikipedia.org/wiki/Furlong>
            • hectometres:  Hectometres <https://en.wikipedia.org/wiki/Hectometre>
            • inches:  Inches <https://en.wikipedia.org/wiki/Inch>
            • kilometres:  Kilometres <https://en.wikipedia.org/wiki/Kilometre>
            • metres:  Metres <https://en.wikipedia.org/wiki/Metre>
            • micrometres:  Micrometres <https://en.wikipedia.org/wiki/Micrometre>
            • miles:  Miles <https://en.wikipedia.org/wiki/Mile>
            • millimetres:  Millimetres <https://en.wikipedia.org/wiki/Millimetre>
            • nanometres:  Nanometres <https://en.wikipedia.org/wiki/Nanometre>
            • yards:  Yards <https://en.wikipedia.org/wiki/Yard>
          • output_unitstringrequired

            Possible values
            • centimetres:  Centimetres <https://en.wikipedia.org/wiki/Centimetre>
            • decimetres:  Decimetres <https://en.wikipedia.org/wiki/Decimetre>
            • feet:  Feet <https://en.wikipedia.org/wiki/Foot_(unit)>
            • furlongs:  Furlongs <https://en.wikipedia.org/wiki/Furlong>
            • hectometres:  Hectometres <https://en.wikipedia.org/wiki/Hectometre>
            • inches:  Inches <https://en.wikipedia.org/wiki/Inch>
            • kilometres:  Kilometres <https://en.wikipedia.org/wiki/Kilometre>
            • metres:  Metres <https://en.wikipedia.org/wiki/Metre>
            • micrometres:  Micrometres <https://en.wikipedia.org/wiki/Micrometre>
            • miles:  Miles <https://en.wikipedia.org/wiki/Mile>
            • millimetres:  Millimetres <https://en.wikipedia.org/wiki/Millimetre>
            • nanometres:  Nanometres <https://en.wikipedia.org/wiki/Nanometre>
            • yards:  Yards <https://en.wikipedia.org/wiki/Yard>
          • valuenumberrequired

          Returns

          200 OK

          successful operation

          • completed_atstringISO-8601optional

          • created_atstringISO-8601optional

          • errorstringoptional

          • idstringUUIDoptional

          • inputnumberoptional

          • input_unitstringoptional

            Possible values
            • centimetres:  Centimetres <https://en.wikipedia.org/wiki/Centimetre>
            • decimetres:  Decimetres <https://en.wikipedia.org/wiki/Decimetre>
            • feet:  Feet <https://en.wikipedia.org/wiki/Foot_(unit)>
            • furlongs:  Furlongs <https://en.wikipedia.org/wiki/Furlong>
            • hectometres:  Hectometres <https://en.wikipedia.org/wiki/Hectometre>
            • inches:  Inches <https://en.wikipedia.org/wiki/Inch>
            • kilometres:  Kilometres <https://en.wikipedia.org/wiki/Kilometre>
            • metres:  Metres <https://en.wikipedia.org/wiki/Metre>
            • micrometres:  Micrometres <https://en.wikipedia.org/wiki/Micrometre>
            • miles:  Miles <https://en.wikipedia.org/wiki/Mile>
            • millimetres:  Millimetres <https://en.wikipedia.org/wiki/Millimetre>
            • nanometres:  Nanometres <https://en.wikipedia.org/wiki/Nanometre>
            • yards:  Yards <https://en.wikipedia.org/wiki/Yard>
          • outputnumberoptional

          • output_unitstringoptional

            Possible values
            • centimetres:  Centimetres <https://en.wikipedia.org/wiki/Centimetre>
            • decimetres:  Decimetres <https://en.wikipedia.org/wiki/Decimetre>
            • feet:  Feet <https://en.wikipedia.org/wiki/Foot_(unit)>
            • furlongs:  Furlongs <https://en.wikipedia.org/wiki/Furlong>
            • hectometres:  Hectometres <https://en.wikipedia.org/wiki/Hectometre>
            • inches:  Inches <https://en.wikipedia.org/wiki/Inch>
            • kilometres:  Kilometres <https://en.wikipedia.org/wiki/Kilometre>
            • metres:  Metres <https://en.wikipedia.org/wiki/Metre>
            • micrometres:  Micrometres <https://en.wikipedia.org/wiki/Micrometre>
            • miles:  Miles <https://en.wikipedia.org/wiki/Mile>
            • millimetres:  Millimetres <https://en.wikipedia.org/wiki/Millimetre>
            • nanometres:  Nanometres <https://en.wikipedia.org/wiki/Nanometre>
            • yards:  Yards <https://en.wikipedia.org/wiki/Yard>
          • started_atstringISO-8601optional

          • statusstringoptional

            Possible values
            • Queued:  The async API call is queued.
            • Uploaded:  The async API call was uploaded to be converted.
            • In Progress:  The async API call is in progress.
            • Completed:  The async API call has completed.
            • Failed:  The async API call has failed.
          • updated_atstringISO-8601optional

          • user_idstringoptional

          GET/unit/conversion/length/{input_unit}/{output_unit}
          $ curl "https://api.kittycad.io/unit/conversion/length/{input_unit}/{output_unit}" \
          	--header "Authorization: Bearer $TOKEN"
          200 OK
          Response
          {
            "completed_at": "2023-06-02T19:34:53.993Z",
            "created_at": "2023-06-02T19:34:53.993Z",
            "error": "IUIoDyH5raC90Mrwh",
            "id": "ccfa6a53-b8d5-407f-b72f-f3e5c9ef77c8",
            "input": 32,
            "input_unit": "kilometres",
            "output": 5,
            "output_unit": "inches",
            "started_at": "2023-06-02T19:34:53.993Z",
            "status": "In Progress",
            "updated_at": "2023-06-02T19:34:53.993Z",
            "user_id": "Ea5fwFjhJ"
          }

          Convert mass units

          Parameters

          • input_unitstringrequired

            Possible values
            15 possible values
            • carats:  Carats <https://en.wikipedia.org/wiki/Carat_(mass)>
            • grains:  Grains <https://en.wikipedia.org/wiki/Grain_(unit)>
            • grams:  Grams <https://en.wikipedia.org/wiki/Gram>
            • kilograms:  Kilograms <https://en.wikipedia.org/wiki/Kilogram>
            • long_tons:  Long tons <https://en.wikipedia.org/wiki/Long_ton>
            • metric_tons:  Metric tons <https://en.wikipedia.org/wiki/Tonne>
            • micrograms:  Micrograms <https://en.wikipedia.org/wiki/Microgram>
            • milligrams:  Milligrams <https://en.wikipedia.org/wiki/Milligram>
            • ounces:  Ounces <https://en.wikipedia.org/wiki/Ounce>
            • pennyweights:  Pennyweights <https://en.wikipedia.org/wiki/Pennyweight>
            • pounds:  Pounds <https://en.wikipedia.org/wiki/Pound_(mass)>
            • short_tons:  Short tons <https://en.wikipedia.org/wiki/Short_ton>
            • stones:  Stones <https://en.wikipedia.org/wiki/Stone_(unit)>
            • troy_ounces:  Troy ounces <https://en.wikipedia.org/wiki/Troy_ounce>
            • troy_pounds:  Troy pounds <https://en.wikipedia.org/wiki/Troy_pound>
          • output_unitstringrequired

            Possible values
            15 possible values
            • carats:  Carats <https://en.wikipedia.org/wiki/Carat_(mass)>
            • grains:  Grains <https://en.wikipedia.org/wiki/Grain_(unit)>
            • grams:  Grams <https://en.wikipedia.org/wiki/Gram>
            • kilograms:  Kilograms <https://en.wikipedia.org/wiki/Kilogram>
            • long_tons:  Long tons <https://en.wikipedia.org/wiki/Long_ton>
            • metric_tons:  Metric tons <https://en.wikipedia.org/wiki/Tonne>
            • micrograms:  Micrograms <https://en.wikipedia.org/wiki/Microgram>
            • milligrams:  Milligrams <https://en.wikipedia.org/wiki/Milligram>
            • ounces:  Ounces <https://en.wikipedia.org/wiki/Ounce>
            • pennyweights:  Pennyweights <https://en.wikipedia.org/wiki/Pennyweight>
            • pounds:  Pounds <https://en.wikipedia.org/wiki/Pound_(mass)>
            • short_tons:  Short tons <https://en.wikipedia.org/wiki/Short_ton>
            • stones:  Stones <https://en.wikipedia.org/wiki/Stone_(unit)>
            • troy_ounces:  Troy ounces <https://en.wikipedia.org/wiki/Troy_ounce>
            • troy_pounds:  Troy pounds <https://en.wikipedia.org/wiki/Troy_pound>
          • valuenumberrequired

          Returns

          200 OK

          successful operation

          • completed_atstringISO-8601optional

          • created_atstringISO-8601optional

          • errorstringoptional

          • idstringUUIDoptional

          • inputnumberoptional

          • input_unitstringoptional

            Possible values
            15 possible values
            • carats:  Carats <https://en.wikipedia.org/wiki/Carat_(mass)>
            • grains:  Grains <https://en.wikipedia.org/wiki/Grain_(unit)>
            • grams:  Grams <https://en.wikipedia.org/wiki/Gram>
            • kilograms:  Kilograms <https://en.wikipedia.org/wiki/Kilogram>
            • long_tons:  Long tons <https://en.wikipedia.org/wiki/Long_ton>
            • metric_tons:  Metric tons <https://en.wikipedia.org/wiki/Tonne>
            • micrograms:  Micrograms <https://en.wikipedia.org/wiki/Microgram>
            • milligrams:  Milligrams <https://en.wikipedia.org/wiki/Milligram>
            • ounces:  Ounces <https://en.wikipedia.org/wiki/Ounce>
            • pennyweights:  Pennyweights <https://en.wikipedia.org/wiki/Pennyweight>
            • pounds:  Pounds <https://en.wikipedia.org/wiki/Pound_(mass)>
            • short_tons:  Short tons <https://en.wikipedia.org/wiki/Short_ton>
            • stones:  Stones <https://en.wikipedia.org/wiki/Stone_(unit)>
            • troy_ounces:  Troy ounces <https://en.wikipedia.org/wiki/Troy_ounce>
            • troy_pounds:  Troy pounds <https://en.wikipedia.org/wiki/Troy_pound>
          • outputnumberoptional

          • output_unitstringoptional

            Possible values
            15 possible values
            • carats:  Carats <https://en.wikipedia.org/wiki/Carat_(mass)>
            • grains:  Grains <https://en.wikipedia.org/wiki/Grain_(unit)>
            • grams:  Grams <https://en.wikipedia.org/wiki/Gram>
            • kilograms:  Kilograms <https://en.wikipedia.org/wiki/Kilogram>
            • long_tons:  Long tons <https://en.wikipedia.org/wiki/Long_ton>
            • metric_tons:  Metric tons <https://en.wikipedia.org/wiki/Tonne>
            • micrograms:  Micrograms <https://en.wikipedia.org/wiki/Microgram>
            • milligrams:  Milligrams <https://en.wikipedia.org/wiki/Milligram>
            • ounces:  Ounces <https://en.wikipedia.org/wiki/Ounce>
            • pennyweights:  Pennyweights <https://en.wikipedia.org/wiki/Pennyweight>
            • pounds:  Pounds <https://en.wikipedia.org/wiki/Pound_(mass)>
            • short_tons:  Short tons <https://en.wikipedia.org/wiki/Short_ton>
            • stones:  Stones <https://en.wikipedia.org/wiki/Stone_(unit)>
            • troy_ounces:  Troy ounces <https://en.wikipedia.org/wiki/Troy_ounce>
            • troy_pounds:  Troy pounds <https://en.wikipedia.org/wiki/Troy_pound>
          • started_atstringISO-8601optional

          • statusstringoptional

            Possible values
            • Queued:  The async API call is queued.
            • Uploaded:  The async API call was uploaded to be converted.
            • In Progress:  The async API call is in progress.
            • Completed:  The async API call has completed.
            • Failed:  The async API call has failed.
          • updated_atstringISO-8601optional

          • user_idstringoptional

          GET/unit/conversion/mass/{input_unit}/{output_unit}
          $ curl "https://api.kittycad.io/unit/conversion/mass/{input_unit}/{output_unit}" \
          	--header "Authorization: Bearer $TOKEN"
          200 OK
          Response
          {
            "completed_at": "2023-06-02T19:34:53.999Z",
            "created_at": "2023-06-02T19:34:53.999Z",
            "error": "4SUUA",
            "id": "91191e2b-f596-473b-bac5-9f2f37e73e50",
            "input": 29,
            "input_unit": "ounces",
            "output": 17,
            "output_unit": "troy_pounds",
            "started_at": "2023-06-02T19:34:53.999Z",
            "status": "Queued",
            "updated_at": "2023-06-02T19:34:53.999Z",
            "user_id": "HOHEEnHCtlGg"
          }

          Convert power units

          Parameters

          • input_unitstringrequired

            Possible values
            • btu_per_minute:  British thermal units (BTU) per minute <https://en.wikipedia.org/wiki/British_thermal_unit>
            • horsepower:  Horsepower (hp) <https://en.wikipedia.org/wiki/Horsepower>
            • kilowatts:  Kilowatts <https://en.wikipedia.org/wiki/Kilowatt>
            • metric_horsepower:  Metric horsepower (PS) <https://en.wikipedia.org/wiki/Horsepower#Metric_horsepower>
            • microwatts:  Microwatts <https://en.wikipedia.org/wiki/Microwatt>
            • milliwatts:  Millwatts <https://en.wikipedia.org/wiki/Milliwatt>
            • watts:  Watts <https://en.wikipedia.org/wiki/Watt>
          • output_unitstringrequired

            Possible values
            • btu_per_minute:  British thermal units (BTU) per minute <https://en.wikipedia.org/wiki/British_thermal_unit>
            • horsepower:  Horsepower (hp) <https://en.wikipedia.org/wiki/Horsepower>
            • kilowatts:  Kilowatts <https://en.wikipedia.org/wiki/Kilowatt>
            • metric_horsepower:  Metric horsepower (PS) <https://en.wikipedia.org/wiki/Horsepower#Metric_horsepower>
            • microwatts:  Microwatts <https://en.wikipedia.org/wiki/Microwatt>
            • milliwatts:  Millwatts <https://en.wikipedia.org/wiki/Milliwatt>
            • watts:  Watts <https://en.wikipedia.org/wiki/Watt>
          • valuenumberrequired

          Returns

          200 OK

          successful operation

          • completed_atstringISO-8601optional

          • created_atstringISO-8601optional

          • errorstringoptional

          • idstringUUIDoptional

          • inputnumberoptional

          • input_unitstringoptional

            Possible values
            • btu_per_minute:  British thermal units (BTU) per minute <https://en.wikipedia.org/wiki/British_thermal_unit>
            • horsepower:  Horsepower (hp) <https://en.wikipedia.org/wiki/Horsepower>
            • kilowatts:  Kilowatts <https://en.wikipedia.org/wiki/Kilowatt>
            • metric_horsepower:  Metric horsepower (PS) <https://en.wikipedia.org/wiki/Horsepower#Metric_horsepower>
            • microwatts:  Microwatts <https://en.wikipedia.org/wiki/Microwatt>
            • milliwatts:  Millwatts <https://en.wikipedia.org/wiki/Milliwatt>
            • watts:  Watts <https://en.wikipedia.org/wiki/Watt>
          • outputnumberoptional

          • output_unitstringoptional

            Possible values
            • btu_per_minute:  British thermal units (BTU) per minute <https://en.wikipedia.org/wiki/British_thermal_unit>
            • horsepower:  Horsepower (hp) <https://en.wikipedia.org/wiki/Horsepower>
            • kilowatts:  Kilowatts <https://en.wikipedia.org/wiki/Kilowatt>
            • metric_horsepower:  Metric horsepower (PS) <https://en.wikipedia.org/wiki/Horsepower#Metric_horsepower>
            • microwatts:  Microwatts <https://en.wikipedia.org/wiki/Microwatt>
            • milliwatts:  Millwatts <https://en.wikipedia.org/wiki/Milliwatt>
            • watts:  Watts <https://en.wikipedia.org/wiki/Watt>
          • started_atstringISO-8601optional

          • statusstringoptional

            Possible values
            • Queued:  The async API call is queued.
            • Uploaded:  The async API call was uploaded to be converted.
            • In Progress:  The async API call is in progress.
            • Completed:  The async API call has completed.
            • Failed:  The async API call has failed.
          • updated_atstringISO-8601optional

          • user_idstringoptional

          GET/unit/conversion/power/{input_unit}/{output_unit}
          $ curl "https://api.kittycad.io/unit/conversion/power/{input_unit}/{output_unit}" \
          	--header "Authorization: Bearer $TOKEN"
          200 OK
          Response
          {
            "completed_at": "2023-06-02T19:34:54.004Z",
            "created_at": "2023-06-02T19:34:54.004Z",
            "error": "W255fzPMIx8ypvlQuK6OZ16o43w",
            "id": "4a800eaa-afc1-467a-9882-9de35329df96",
            "input": 13,
            "input_unit": "btu_per_minute",
            "output": 31,
            "output_unit": "milliwatts",
            "started_at": "2023-06-02T19:34:54.004Z",
            "status": "Failed",
            "updated_at": "2023-06-02T19:34:54.004Z",
            "user_id": "jFLT63r"
          }

          Convert pressure units

          Parameters

          • input_unitstringrequired

            Possible values
            • atmospheres:  Atmospheres <https://en.wikipedia.org/wiki/Standard_atmosphere_(unit)>
            • bars:  Bars <https://en.wikipedia.org/wiki/Bar_(unit)>
            • hectopascals:  Hectopascals <https://en.wikipedia.org/wiki/Hectopascal>
            • kilopascals:  Kilopascals <https://en.wikipedia.org/wiki/Kilopascal>
            • millibars:  Millibars <https://en.wikipedia.org/wiki/Bar_(unit)>
            • pascals:  Pascals <https://en.wikipedia.org/wiki/Pascal_(unit)>
            • psi:  Pounds per square inch (PSI) - <https://en.wikipedia.org/wiki/Pound_per_square_inch>
          • output_unitstringrequired

            Possible values
            • atmospheres:  Atmospheres <https://en.wikipedia.org/wiki/Standard_atmosphere_(unit)>
            • bars:  Bars <https://en.wikipedia.org/wiki/Bar_(unit)>
            • hectopascals:  Hectopascals <https://en.wikipedia.org/wiki/Hectopascal>
            • kilopascals:  Kilopascals <https://en.wikipedia.org/wiki/Kilopascal>
            • millibars:  Millibars <https://en.wikipedia.org/wiki/Bar_(unit)>
            • pascals:  Pascals <https://en.wikipedia.org/wiki/Pascal_(unit)>
            • psi:  Pounds per square inch (PSI) - <https://en.wikipedia.org/wiki/Pound_per_square_inch>
          • valuenumberrequired

          Returns

          200 OK

          successful operation

          • completed_atstringISO-8601optional

          • created_atstringISO-8601optional

          • errorstringoptional

          • idstringUUIDoptional

          • inputnumberoptional

          • input_unitstringoptional

            Possible values
            • atmospheres:  Atmospheres <https://en.wikipedia.org/wiki/Standard_atmosphere_(unit)>
            • bars:  Bars <https://en.wikipedia.org/wiki/Bar_(unit)>
            • hectopascals:  Hectopascals <https://en.wikipedia.org/wiki/Hectopascal>
            • kilopascals:  Kilopascals <https://en.wikipedia.org/wiki/Kilopascal>
            • millibars:  Millibars <https://en.wikipedia.org/wiki/Bar_(unit)>
            • pascals:  Pascals <https://en.wikipedia.org/wiki/Pascal_(unit)>
            • psi:  Pounds per square inch (PSI) - <https://en.wikipedia.org/wiki/Pound_per_square_inch>
          • outputnumberoptional

          • output_unitstringoptional

            Possible values
            • atmospheres:  Atmospheres <https://en.wikipedia.org/wiki/Standard_atmosphere_(unit)>
            • bars:  Bars <https://en.wikipedia.org/wiki/Bar_(unit)>
            • hectopascals:  Hectopascals <https://en.wikipedia.org/wiki/Hectopascal>
            • kilopascals:  Kilopascals <https://en.wikipedia.org/wiki/Kilopascal>
            • millibars:  Millibars <https://en.wikipedia.org/wiki/Bar_(unit)>
            • pascals:  Pascals <https://en.wikipedia.org/wiki/Pascal_(unit)>
            • psi:  Pounds per square inch (PSI) - <https://en.wikipedia.org/wiki/Pound_per_square_inch>
          • started_atstringISO-8601optional

          • statusstringoptional

            Possible values
            • Queued:  The async API call is queued.
            • Uploaded:  The async API call was uploaded to be converted.
            • In Progress:  The async API call is in progress.
            • Completed:  The async API call has completed.
            • Failed:  The async API call has failed.
          • updated_atstringISO-8601optional

          • user_idstringoptional

          GET/unit/conversion/pressure/{input_unit}/{output_unit}
          $ curl "https://api.kittycad.io/unit/conversion/pressure/{input_unit}/{output_unit}" \
          	--header "Authorization: Bearer $TOKEN"
          200 OK
          Response
          {
            "completed_at": "2023-06-02T19:34:54.010Z",
            "created_at": "2023-06-02T19:34:54.010Z",
            "error": "xBA9fh1HNJTbyXjk",
            "id": "5fef95fa-1a33-4627-baa7-08dc0d25961b",
            "input": 17,
            "input_unit": "kilopascals",
            "output": 31,
            "output_unit": "millibars",
            "started_at": "2023-06-02T19:34:54.010Z",
            "status": "Uploaded",
            "updated_at": "2023-06-02T19:34:54.010Z",
            "user_id": "RcEcDRxKcGodl7kAvU"
          }

          Convert temperature units

          Parameters

          • input_unitstringrequired

            Possible values
            • celsius:  Celsius <https://en.wikipedia.org/wiki/Celsius>
            • fahrenheit:  Fahrenheit <https://en.wikipedia.org/wiki/Fahrenheit>
            • kelvin:  Kelvin <https://en.wikipedia.org/wiki/Kelvin>
            • rankine:  Rankine <https://en.wikipedia.org/wiki/Rankine_scale>
          • output_unitstringrequired

            Possible values
            • celsius:  Celsius <https://en.wikipedia.org/wiki/Celsius>
            • fahrenheit:  Fahrenheit <https://en.wikipedia.org/wiki/Fahrenheit>
            • kelvin:  Kelvin <https://en.wikipedia.org/wiki/Kelvin>
            • rankine:  Rankine <https://en.wikipedia.org/wiki/Rankine_scale>
          • valuenumberrequired

          Returns

          200 OK

          successful operation

          • completed_atstringISO-8601optional

          • created_atstringISO-8601optional

          • errorstringoptional

          • idstringUUIDoptional

          • inputnumberoptional

          • input_unitstringoptional

            Possible values
            • celsius:  Celsius <https://en.wikipedia.org/wiki/Celsius>
            • fahrenheit:  Fahrenheit <https://en.wikipedia.org/wiki/Fahrenheit>
            • kelvin:  Kelvin <https://en.wikipedia.org/wiki/Kelvin>
            • rankine:  Rankine <https://en.wikipedia.org/wiki/Rankine_scale>
          • outputnumberoptional

          • output_unitstringoptional

            Possible values
            • celsius:  Celsius <https://en.wikipedia.org/wiki/Celsius>
            • fahrenheit:  Fahrenheit <https://en.wikipedia.org/wiki/Fahrenheit>
            • kelvin:  Kelvin <https://en.wikipedia.org/wiki/Kelvin>
            • rankine:  Rankine <https://en.wikipedia.org/wiki/Rankine_scale>
          • started_atstringISO-8601optional

          • statusstringoptional

            Possible values
            • Queued:  The async API call is queued.
            • Uploaded:  The async API call was uploaded to be converted.
            • In Progress:  The async API call is in progress.
            • Completed:  The async API call has completed.
            • Failed:  The async API call has failed.
          • updated_atstringISO-8601optional

          • user_idstringoptional

          GET/unit/conversion/temperature/{input_unit}/{output_unit}
          $ curl "https://api.kittycad.io/unit/conversion/temperature/{input_unit}/{output_unit}" \
          	--header "Authorization: Bearer $TOKEN"
          200 OK
          Response
          {
            "completed_at": "2023-06-02T19:34:54.015Z",
            "created_at": "2023-06-02T19:34:54.015Z",
            "error": "bkODV1lVprwgPsTZ",
            "id": "e5e93bb9-5541-484e-a383-47df43947bc6",
            "input": 25,
            "input_unit": "celsius",
            "output": 31,
            "output_unit": "fahrenheit",
            "started_at": "2023-06-02T19:34:54.015Z",
            "status": "Queued",
            "updated_at": "2023-06-02T19:34:54.015Z",
            "user_id": "lXO02xlBIp8sOw6qOTWnUTbZ64iEA"
          }

          Convert torque units

          Parameters

          • input_unitstringrequired

            Possible values
            • newton_metres:  Newton metres <https://en.wikipedia.org/wiki/Newton_metre>
            • pound_foot:  Pound foot <https://en.wikipedia.org/wiki/Pound-foot_(torque)>
          • output_unitstringrequired

            Possible values
            • newton_metres:  Newton metres <https://en.wikipedia.org/wiki/Newton_metre>
            • pound_foot:  Pound foot <https://en.wikipedia.org/wiki/Pound-foot_(torque)>
          • valuenumberrequired

          Returns

          200 OK

          successful operation

          • completed_atstringISO-8601optional

          • created_atstringISO-8601optional

          • errorstringoptional

          • idstringUUIDoptional

          • inputnumberoptional

          • input_unitstringoptional

            Possible values
            • newton_metres:  Newton metres <https://en.wikipedia.org/wiki/Newton_metre>
            • pound_foot:  Pound foot <https://en.wikipedia.org/wiki/Pound-foot_(torque)>
          • outputnumberoptional

          • output_unitstringoptional

            Possible values
            • newton_metres:  Newton metres