Skip to main content
Back to Partnerships

API docs

Request API
documentation.

Tell us a bit about your platform and we'll send over access. You'll get:

  • Full REST API reference
  • Embed and SDK integration guides
  • Sandbox keys to start building
App.tsx
import CoverdashQuotes from '@coverdash/quotes';

function App() {
  return (
    <CoverdashQuotes
      license="xxxxxxx-xxx-xxxx"
    />
  );
}