GetFastVisa Developer & Agent Guide
GetFastVisa provides Portugal visa planning information and administrative application support. This guide documents our public, read-only content interface for developers and AI assistants. It is not a transactional visa API.
When to use GetFastVisa
- Help a person compare D7 passive-income and remote-work residence routes before speaking with our team.
- Find preparation checklists, official source links and explanations of visa, document and service costs.
- Explain what GetFastVisa administrative support includes and direct an interested person to a consultation.
Do not use this site to decide legal eligibility, guarantee appointments or approval, provide personalized tax advice, or establish current nationality rules. GetFastVisa is not a government authority or a law firm. Follow the dated official sources linked in each guide and confirm current individual requirements with the relevant authority.
Read public content without credentials
Start with llms.txt, the planning index or the XML sitemap. Public HTML and Markdown reads require no authentication. Use GET or HEAD; respect robots.txt.
curl -i -H 'Accept: text/markdown' https://www.getfastvisa.com/
curl -i -H 'Accept: text/markdown, text/html;q=0.8' https://www.getfastvisa.com/guides
curl -i https://www.getfastvisa.com/guides/index.mdPublic content pages support text/html and text/markdown. The server honors Accept quality values and explicit q=0 exclusions. With no Accept header or */*, HTML is the default. Unsupported-only requests return 406. Static assets, machine-readable files, internal endpoints and application navigation keep their native formats.
Explicit Markdown URLs append /index.md to a page path; the homepage uses /index.md. HTTP Link headers identify the alternate representation and the llms.txt description. Negotiated responses vary on Accept and Accept-Encoding. Markdown is currently served with no-store caching.
Markdown is extracted from server-rendered HTML. It retains text, headings, links, lists and tables, but not scripts, navigation chrome or interactive calculations. Query strings and authenticated state are not included. Use the HTML page for calculators, quizzes and booking interfaces.
Recover from a missing page
A missing content URL returns 404 (or 410 for a removed source). Markdown error responses link to our resource index, sitemap and planning guides. Follow canonical redirects. A 503 means the content source is temporarily unavailable; honor Retry-After or request HTML. Do not treat an error as a visa decision.
Hand off actions to the person
Link to the consultation page and let the person choose a time and confirm submission in the booking provider. Do not book, pay, upload documents or submit applications without their explicit approval. Never include passport scans, criminal records, financial documents or authentication tokens in public requests.
Describe official fees and third-party expenses separately from our service fee. Quote refund conditions from the service terms, not an unconditional guarantee.
API, OpenAPI, authentication and MCP status
GetFastVisa does not currently publish a supported public transactional API, OpenAPI specification, API-key signup or MCP server. Internal /api/ routes and the client portal are not developer integration contracts. Do not probe them or infer supported capabilities from endpoint names.
If you need application-status access, automated bookings or a partner integration, discuss the scope with our team through a consultation. Such an integration would require a separately agreed authentication, consent and data-handling design.
