/
EL
electronhub
/
Electron Hub API
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 1mo ago · Updated 1mo ago
Details
Filter operations
User
3
post
Create Speech
post
Create Transcription
post
Create Chat Completion
post
Create Embeddings
post
Edit Images
post
Generate Images
post
Create Message (Anthropic)
get
List Models
post
Create Moderation
post
Create Proxy Key
post
Delete Proxy Key
delete
Delete All Proxy Keys
get
List Proxy Keys
post
Lookup Proxy Key
post
Toggle Proxy Key Status
post
Update Proxy Key
post
Validate Proxy Key Access
get
Regenerate API Key
post
Create Response (OpenAI)
post
Generate Videos
Create Moderation
Check content for moderation
post
/moderations
Request body
ModerationRequest
required
model
string
required
input
union
required
Example request
{ "model": "text-moderation-latest" }
Response
Success
ModerationResponse
required
id
string
required
model
string
required
results
ModerationResult[]
required
Changes