Logo
Hypotenuse AI Logo

Hypotenuse AI APIs

AI generated e-commerce product descriptions, advertising captions, and other forms of copywriting.

Developer

Hypotenuse AI APIs

Account Request URL

-

Base Endpoint

-

Catalogs

Get the list of catalogs

GET

catalogs

Catalogs

Create catalog

POST

catalogs

name, description, catalog_type

Catalogs

Get catalog

GET

catalogs/{catalog_id}

Catalogs

Update catalog

catalogs/{catalog_id}

name, description, catalog_type

Catalogs

Delete catalog

DELETE

catalogs/{catalog_id}

Products

Create product in a Catalog

POST

products

catalog_id, name, description, images, product_type

Products

Get all products in a catalog

GET

products/{catalog_id}

Products

Get single product

GET

products/{catalog_id}/{product_id}

Products

Update product

products/{catalog_id}/{product_id}

name, description, images, product_type, features

Products

Delete product

DELETE

products/{catalog_id}/{product_id}

Variants

Create product variant

POST

variants

catalog_id, product_id, name, description, images, price, sku, inventory

Variants

Get all variants in a product

GET

variants/{catalog_id}/{product_id}

Variants

Get single product variant

GET

variants/{catalog_id}/{product_id}/{variant_id}

Variants

Update variant

variants/{catalog_id}/{product_id}/{variant_id}

name, description, images, price, sku, inventory

Variants

Delete product variant

DELETE

variants/{catalog_id}/{product_id}/{variant_id}

Orders

Create order

POST

orders

customer_reference, products

Orders

Get all orders

GET

orders

Orders

Get single order

GET

orders/{order_id}

Orders

Update order

orders/{order_id}

order_status, payment_status, cancellation_reason, cancellation_action

Orders

Cancel order

DELETE

orders/{order_id}

Customers

Create customer

POST

customers

name, email, phone, shipping_address, billing_address, custom_fields

Customers

Get all customers

GET

customers

Customers

Get single customer

GET

customers/{customer_id}

Customers

Update customer

customers/{customer_id}

name, email, phone, shipping_address, billing_address, custom_fields

Customers

Delete customer

DELETE

customers/{customer_id}

Details

Provider

Country HQ

US

API Type

REST

Categories

Product Description Generators
Ecommerce

Alternatives

Important URLs

Last Updated on

2024-04-01

Created At

2023-12-14

Other Apps

Upskill for a better future

Want to start tracking API at scale?

Get updates about your favorite APIs and SDKs

Contact Us

We do our best to ensure that the data we release is complete, accurate, and useful. However, because we are not able to verify all the data, and because the processing required to make the data useful is complex, we cannot be held liable for omissions or inaccuracies.

ApiRefs Logo