Create prompt
POST
PublicCreatePromptV1PublicProjectsProjectIdPromptsPost
/projects/{project_id}/prompts
Public endpoint for structured AI visibility intelligence.
Parameters
No description provided.
Example:PROJECT_ID
cURL Example
curl --request POST \
--url 'https://api.visiblee.ai/v1/public/projects/PROJECT_ID/prompts' \
--header 'X-API-Key: YOUR_API_KEY'
Responses
201
Created
PromptOut
422
Validation Error
HTTPValidationError
Successful Response
Media type application/json
No response schemas are defined for this endpoint.
{
"$ref": "#/components/schemas/PromptOut"
}