Setup#

Imprompt Server Endpoint = https://api.imprompt.ai/app/

Get an API key#

Marketplace API needs bearer token in the header to authenticate the API call: You can get the bearer token from the Imprompt team.

Authorization=Bearer <BEARER-TOKEN>

Sample API call

GET /marketplaces/2 HTTP/1.1
Host: <SERVER_ENDPOINT>
Authorization: Bearer <BEARER_TOKEN>