Skip to main content
POST
/
api
/
v1
/
orgs
/
{org_id}
/
prompts
/
{prompt_id}
/
publish
Publish Prompt
curl --request POST \
  --url https://api.example.com/api/v1/orgs/{org_id}/prompts/{prompt_id}/publish/ \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

org_id
string
required
prompt_id
string
required

Response

Successful Response

The response is of type Response Publish Prompt Api V1 Orgs Org Id Prompts Prompt Id Publish Post · object.