/
ST
structifyai
/
Structify
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 1h ago · Updated 7mo ago
Details
Filter operations
account
8
get
/user/api_keys
post
/user/api_keys
get
/user/api_keys/{id}
delete
/user/api_keys/{id}
get
Enable a source
post
Converts a JWT (JSON Web Token) to an API token.
post
Refreshes an expired or expiring session token.
post
Submit user onboarding survey
admin
41
chat
27
chat_templates
1
code
2
connector_catalog
3
connectors
24
dataset
25
documents
4
entity
22
jobs
6
match
2
Nango
2
project
5
public_sessions
2
sandbox
3
scrape
2
server
1
sessions
17
slack
1
source
3
structure
8
team
13
teams
3
transactions
3
usage
2
user
2
whitelabel
3
wiki
5
workflow
3
workflow_schedule
8
account
post
/user/api_keys
Request body
CreateApiKeyRequest
required
expires_at
string
date-time
nullable
membership_id
string
uuid
name
string
nullable
Response
API key created successfully
CreateApiKeyResponse
required
api_key
ApiKeyInfo
required
raw_key
string
required
Changes