Skip to content

Latest commit

 

History

History
45 lines (31 loc) · 352 Bytes

README.md

File metadata and controls

45 lines (31 loc) · 352 Bytes

API doc for EcoCart


/calculate-total-co

body params

{
  "product_titles": []
}

response

side note, it's in grams

{
  "total_co": 42123
}

/generate-product-co-message

body params

{
  "categories": [],
  "product_title": ""
}

response

{
  "completion_content": ""
}