Yay! Forms

yay forms

plugin

Índice

Código para OpenAI

{
"openapi": "3.0.2",
"info": {
"title": "YayForms App",
"description": "An API to create AI-Powered Forms, Surveys, Quizzes, or Questionnaires on YayForms",
"version": "1.0.0"
},
"paths": {
"/forms": {
"post": {
"summary": "Forms",
"description": "Create a Form, Survey, Quiz, or Questionnaire (and their respective questions) on Yay! Forms and return an URL to import the form into the customer's Yay! Forms account.",
"operationId": "forms_forms_post",
"requestBody": {
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/FormData"
}
}
},
"required": true
},
"responses": {
"201": {
"description": "Successful Response",
"content": {
"application/json": {
"schema": {}
}
}
},
"422": {
"description": "Validation Error",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/HTTPValidationError"
}
}
}
}
}
}
}
},
"components": {
"schemas": {
"FormData": {
"title": "FormData",
"required": [
"formSubject"
],
"type": "object",
"properties": {
"formSubject": {
"title": "Formsubject",
"type": "string"
}
}
},
"HTTPValidationError": {
"title": "HTTPValidationError",
"type": "object",
"properties": {
"detail": {
"title": "Detail",
"type": "array",
"items": {
"$ref": "#/components/schemas/ValidationError"
}
}
}
},
"ValidationError": {
"title": "ValidationError",
"required": [
"loc",
"msg",
"type"
],
"type": "object",
"properties": {
"loc": {
"title": "Location",
"type": "array",
"items": {
"anyOf": [
{
"type": "string"
},
{
"type": "integer"
}
]
}
},
"msg": {
"title": "Message",
"type": "string"
},
"type": {
"title": "Error Type",
"type": "string"
}
}
}
}
}
}

 

Codigo JSON

{
"schema_version": "v1",
"name_for_model": "form",
"name_for_human": "Yay! Forms",
"description_for_model": "Plugin to create Forms, Surveys, Quizzes, or Questionnaires (and their respective questions) on Yay! Forms and return an URL to import the form into the customer's Yay! Forms account.",
"description_for_human": "Allows you to create AI-Powered Forms, Surveys, Quizzes, or Questionnaires on Yay! Forms.",
"auth": {
"type": "none"
},
"api": {
"type": "openapi",
"url": "https://openai-plugin.yayforms.com/openapi.json"
},
"logo_url": "https://app.yayforms.com/logo.svg",
"contact_email": "help@yayforms.com",
"legal_info_url": "https://yayforms.com/terms"
}

 

Pagina web oficial

 

Descubre herramientas IA similares a Yay! Forms puedes visitar la categoría .

Avatar de Repositoria

Repositoria

Relacionado:

Subir