Prompts
Create prompt
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Example:
"My Prompt"
Example:
"This is a description"
Example:
"You are a helpful assistant..."
Example:
"https://api.example.com/context"
Available options:
prompt
, block
Example:
"prompt"
Example:
["tag1", "tag2"]
Response
200
application/json
Example:
"550e8400-e29b-41d4-a716-446655440000"
Example:
"550e8400-e29b-41d4-a716-446655440000"
Example:
"My Prompt"
Example:
"This is a description"
Example:
"You are a helpful assistant..."
Example:
"https://api.example.com/context"
Available options:
prompt
, block
Example:
"prompt"
Example:
["tag1", "tag2"]