Skip to content

Getting Started

Placeholder — getting started guide content coming soon.

  • Placeholder prerequisite A
  • Placeholder prerequisite B
Terminal window
# TODO: installation steps
// TODO: code example
const response = await fetch('/pg/video/generations', {
method: 'POST',
credentials: 'include',
headers: { 'Content-Type': 'application/json' },
body: JSON.stringify({ model: 'placeholder', prompt: 'placeholder' }),
});